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:
Steve Dower 2020-01-06 13:23:10 -08:00 committed by Miss Islington (bot)
parent 2e9012a3e1
commit b1ce22d086
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}