Skip to content

Commit

Permalink
Update devops-integration.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Oct 20, 2023
1 parent 35e62d2 commit d6b9a9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devops-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ steps:
npm test
displayName: 'unit tests'

- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: Cobertura # or JaCoCo
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/coverage'

- script: |
cd $(Build.SourcesDirectory)/survey-pdf
npm run doc_gen
Expand Down

0 comments on commit d6b9a9e

Please sign in to comment.