Skip to content

Commit fb59f5f

Browse files
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
https://bugs.python.org/issue39041 Automerge-Triggered-By: @zooba (cherry picked from commit b1ce22d) Co-authored-by: Steve Dower <[email protected]>
1 parent a9a43c2 commit fb59f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
|| true
6565
- name: 'Publish code coverage results'
6666
run: |
67-
./.venv/bin/python -m coverage xml
67+
source ./.venv/bin/activate
6868
bash <(curl -s https://codecov.io/bash)
6969
env:
7070
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)