Skip to content

Commit

Permalink
run tarpaulin with --avoid-cfg-tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Aug 6, 2021
1 parent ebf04d3 commit ed3c371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
rust-version: nightly
- run: cargo +nightly install cargo-tarpaulin
- run: for i in 0 1 2; do cargo +nightly tarpaulin --all-features --out Xml && break; done
- run: cargo +nightly tarpaulin --all-features --avoid-cfg-tarpaulin --out Xml
- run: bash <(curl -s https://codecov.io/bash) -C $GITHUB_SHA -B ${GITHUB_REF#refs/heads/} -Z
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ed3c371

Please sign in to comment.