mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Replace Bash codecov uploader by new Python codecov uploader. (#3713)
ci_coverage
This commit is contained in:
parent
18a17acaa4
commit
5948809162
10 changed files with 124 additions and 30 deletions
|
@ -33,7 +33,7 @@ jobs:
|
|||
summaryFileLocation: "$(outputPath)/reports/$(pipelinesCoverage).xml"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue