bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
https://bugs.python.org/issue39041 Automerge-Triggered-By: @zooba
This commit is contained in:
parent
2e9012a3e1
commit
b1ce22d086
|
@ -64,7 +64,7 @@ jobs:
|
|||
|| true
|
||||
- name: 'Publish code coverage results'
|
||||
run: |
|
||||
./.venv/bin/python -m coverage xml
|
||||
source ./.venv/bin/activate
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue