Skip to content

Commit

Permalink
Try coverage on nightly
Browse files Browse the repository at this point in the history
tarpaulin needs rust-lang/rust#56925 to get coverage for doctests, which
is only available on nightly.
  • Loading branch information
jonhoo committed Feb 10, 2020
1 parent 5d760ce commit 1cde56d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 1,11 @@
jobs:
- template: default.yml@templates
parameters:
codecov_token: $(CODECOV_TOKEN_SECRET)
minrust: 1.40.0 # map_get_key_value
- template: coverage.yml@templates
parameters:
token: $(CODECOV_TOKEN_SECRET)
nightly: true

resources:
repositories:
Expand Down

0 comments on commit 1cde56d

Please sign in to comment.