Last active
May 27, 2022 23:30
-
-
Save svierk/92da5dd8152832f383ba68350c42af02 to your computer and use it in GitHub Desktop.
Azure Pipeline Task to publish Cobertura Code Coverage Results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- task: PublishCodeCoverageResults@1 | |
displayName: 'Publish Coverage Results' | |
inputs: | |
codeCoverageTool: Cobertura | |
summaryFileLocation: $(Build.SourcesDirectory)/coverage/cobertura-coverage.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment