Skip to content

Commit

Permalink
Update coverage publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Apr 7, 2024
1 parent abee795 commit fdb7106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ stages:
script: |
& ./test.ps1 -CI -PassThru -NoBuild
workingDirectory: '$(Build.SourcesDirectory)'
- task: PublishCodeCoverageResults@1
- task: PublishCodeCoverageResults@2
inputs:
codeCoverageTool: 'JaCoCo'
summaryFileLocation: 'coverage.xml'
pathToSources: 'src/'
failIfCoverageEmpty: false
Expand Down

0 comments on commit fdb7106

Please sign in to comment.