#2084: print content of coverage.xml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user