mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-39704: Explicitly pass the path to codecov config (GH-18680)
This commit is contained in:
parent
374d998b50
commit
766b7546a5
3 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ steps:
|
|||
- script: ./venv/bin/python -m coverage xml
|
||||
displayName: 'Generate coverage.xml'
|
||||
|
||||
- script: source ./venv/bin/activate && bash <(curl -s https://codecov.io/bash)
|
||||
- script: source ./venv/bin/activate && bash <(curl -s https://codecov.io/bash) -y .github/codecov.yml
|
||||
displayName: 'Publish code coverage results'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue