Skip to content

Commit

Permalink
NOISSUE - Update pipeline to use cobertura
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcconnell26 committed Oct 19, 2020
1 parent 395ed55 commit e86e8c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
.DS_Store
.vscode/
.idea/
cobertura.xml
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ steps:
cargo tarpaulin
displayName: Cargo tarpaulin
condition: eq(variables['Agent.OS'], 'Linux')
# Linux
- task:
inputs:
codeCoverageTool: Cobertura
summaryFileLocation: cobertura.xml
condition: eq(variables['Agent.OS'], 'Linux')

0 comments on commit e86e8c5

Please sign in to comment.