summaryrefslogtreecommitdiff
path: root/.azure-pipelines/templates/coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/templates/coverage.yml')
-rw-r--r--.azure-pipelines/templates/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/templates/coverage.yml b/.azure-pipelines/templates/coverage.yml
index 4d381c6d63..6b78dbe359 100644
--- a/.azure-pipelines/templates/coverage.yml
+++ b/.azure-pipelines/templates/coverage.yml
@@ -36,7 +36,7 @@ jobs:
pathToSources: "$(Agent.BuildDirectory)/$(checkoutPath)"
displayName: Publish to Azure Pipelines
condition: gt(variables.coverageFileCount, 0)
- - bash: .azure-pipelines/scripts/publish-codecov.sh "$(outputPath)"
+ - bash: .azure-pipelines/scripts/publish-codecov.py "$(outputPath)"
displayName: Publish to codecov.io
condition: gt(variables.coverageFileCount, 0)
continueOnError: true