diff options
author | Sam Doran <sdoran@redhat.com> | 2021-11-08 23:50:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 23:50:54 +0100 |
commit | 74dc830dd4eea516615018a0c4f9e4a28db0d5ad (patch) | |
tree | 08607b96271a2ec6b1583e92909cdd1d83053ea2 /.azure-pipelines/templates | |
parent | apt - remove obsolete documentation (#76243) (diff) | |
download | ansible-74dc830dd4eea516615018a0c4f9e4a28db0d5ad.tar.xz ansible-74dc830dd4eea516615018a0c4f9e4a28db0d5ad.zip |
Use new codecov uploader (#75938)
* Use new codecov uploader
* Rewrite coverage uploader in Python
Diffstat (limited to '.azure-pipelines/templates')
-rw-r--r-- | .azure-pipelines/templates/coverage.yml | 2 |
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 |