Skip to content

Commit

Permalink
Coveragepublish@1
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed May 27, 2024
1 parent 221a04a commit b91eafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ stages:
script: |
& ./test.ps1 -CI -CC -PassThru -NoBuild
workingDirectory: '$(Build.SourcesDirectory)'
- task: PublishCodeCoverageResults@2
- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: 'JaCoCo'
summaryFileLocation: 'coverage.xml'
pathToSources: '$(Build.SourcesDirectory)/bin/'
failIfCoverageEmpty: false
Expand Down

0 comments on commit b91eafb

Please sign in to comment.