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 dc52efd commit a106fc0Copy full SHA for a106fc0
azure-pipelines.yml
@@ -19,3 +19,9 @@ steps:
19
npm install
20
npm run build
21
displayName: 'npm install and build'
22
+
23
+- task: PublishCodeCoverageResults@1
24
+ inputs:
25
+ codeCoverageTool: 'Cobertura'
26
+ summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*coverage.xml'
27
+ reportDirectory: '$(System.DefaultWorkingDirectory)/**/coverage'
0 commit comments