Skip to content

Commit

Permalink
chore(CI): Add coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 1, 2019
1 parent b556a53 commit 48dd8cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -121,6 +121,13 @@ stages:
RUSTFLAGS: "-D warnings"
- script: cargo clippy --all
displayName: clippy
- stage: coverage
displayName: Code coverage
dependsOn: test
jobs:
- template: azure/coverage.yml@templates
parameters:
codecov_token: $(CODECOV_TOKEN_SECRET)

resources:
repositories:
Expand Down

0 comments on commit 48dd8cc

Please sign in to comment.