Skip to content

Commit

Permalink
Update gcov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pettershao-ragilenetworks authored and sdk committed Nov 3, 2022
1 parent c5d0390 commit 1eb71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/gcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
condition: eq('${{ parameters.archive_gcov }}', true)

- task: PublishCodeCoverageResults@1
inputs:
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(Build.ArtifactStagingDirectory)/gcov_output/AllMergeReport/coverage.xml'
reportDirectory: '$(Build.ArtifactStagingDirectory)/gcov_output/AllMergeReport/'
Expand Down

0 comments on commit 1eb71e0

Please sign in to comment.