aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmmar Askar <ammar@ammaraskar.com>2020-02-27 18:08:30 -0500
committerGitHub <noreply@github.com>2020-02-27 15:08:30 -0800
commit766b7546a564c8e386a3c31eb06fc1b55e8f5a25 (patch)
tree00391dd04bbc08df63afae3e03e2aecb301ff7ad /.azure-pipelines
parentbpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18... (diff)
downloadcpython-766b7546a564c8e386a3c31eb06fc1b55e8f5a25.tar.gz
cpython-766b7546a564c8e386a3c31eb06fc1b55e8f5a25.tar.bz2
cpython-766b7546a564c8e386a3c31eb06fc1b55e8f5a25.zip
bpo-39704: Explicitly pass the path to codecov config (GH-18680)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/posix-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/posix-steps.yml b/.azure-pipelines/posix-steps.yml
index a63659fa20..b6dde59301 100644
--- a/.azure-pipelines/posix-steps.yml
+++ b/.azure-pipelines/posix-steps.yml
@@ -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'