Skip to content

Commit a106fc0

Browse files
committed
chore: update azure-pipelines.yml for Azure Pipelines
add coverage report
1 parent dc52efd commit a106fc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ steps:
1919
npm install
2020
npm run build
2121
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

Comments
 (0)