#2084: only upload copy of html report once

This commit is contained in:
Czar Echavez
2023-12-02 19:38:45 +00:00
parent 53f43dde0d
commit 1cc0020381

View File

@@ -117,9 +117,12 @@ stages:
testRunTitle: 'Publish test results'
- publish: $(System.DefaultWorkingDirectory)/htmlcov/
# publish the html report - so we can debug the coverage if needed
condition: ${{ item.every_time }} # should only be run once
artifact: coverage_report
- task: PublishCodeCoverageResults@2
# publish the code coverage so it can be viewed in the run coverage page
condition: ${{ item.every_time }} # should only be run once
inputs:
codeCoverageTool: Cobertura