Skip to content

Commit

Permalink
NOISSUE - Set task name + pass xml flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcconnell26 committed Oct 19, 2020
1 parent e86e8c5 commit 96b8750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ steps:
# Linux
- script: |
cargo install cargo-tarpaulin
cargo tarpaulin
cargo tarpaulin --out Xml
displayName: Cargo tarpaulin
condition: eq(variables['Agent.OS'], 'Linux')
# Linux
- task:
- task: Publish Code Coverage Metrics
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: cobertura.xml
Expand Down

0 comments on commit 96b8750

Please sign in to comment.