We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bddab commit c8f3babCopy full SHA for c8f3bab
.vsts-ci.acr.yml
@@ -19,5 +19,11 @@ steps:
19
20
- task: PublishTestResults@2
21
inputs:
22
- testRunner: JUnit
23
testResultsFiles: '**/TEST-RESULTS.xml'
+ testRunTitle: 'Test results for JavaScript'
24
+
25
+- task: PublishCodeCoverageResults@1
26
+ inputs:
27
+ codeCoverageTool: Cobertura
28
+ summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*coverage.xml'
29
+ reportDirectory: '$(System.DefaultWorkingDirectory)/**/coverage'
0 commit comments