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 19, 2023
1 parent d64e11a commit 59f0342
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 @@ -125,6 +125,12 @@ steps:
TESTCAFE_DASHBOARD_AUTHENTICATION_TOKEN: $(TESTCAFE_DASHBOARD_AUTHENTICATION_TOKEN)
TESTCAFE_DASHBOARD_URL: $(TESTCAFE_DASHBOARD_URL)
- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: Cobertura # or JaCoCo
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/coverage'

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

0 comments on commit 59f0342

Please sign in to comment.