Skip to content

Commit

Permalink
Update coverage.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Apr 23, 2024
1 parent 48da1c2 commit 7fbebb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .azure/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ steps:
displayName: 'Run tests and collect coverage'
- script: npm run build
displayName: 'Build project'
- task: PublishCodeCoverageResults@1
- task: PublishCodeCoverageResults@2
inputs:
codeCoverageTool: 'Cobertura'
summaryFileLocation: 'coverage/cobertura-coverage.xml'
pathToSources: './src'
reportDirectory: 'coverage'
failIfCoverageEmpty: true

0 comments on commit 7fbebb6

Please sign in to comment.