#2084: print content of coverage.xml

This commit is contained in:
Czar Echavez
2023-12-01 14:34:42 +00:00
parent 4f57403751
commit 656cb03b16

View File

@@ -116,6 +116,10 @@ stages:
cd $(System.DefaultWorkingDirectory)/htmlcov && pwd && ls
displayName: 'debug htmlcov'
- script: |
cat $(System.DefaultWorkingDirectory)/coverage.xml
displayName: 'debug coverage file'
- task: PublishCodeCoverageResults@1
displayName: 'Publish coverage report'
inputs: