Skip to content

Commit

Permalink
Try codecov on example crates
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 20, 2024
1 parent a5a84b2 commit 697dcf5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ jobs:
cargo clean
cargo \
--config "target.'cfg(all())'.rustflags=['-Cinstrument-coverage']" \
test \
--workspace \
--all-targets \
--exclude derive \
--exclude print \
--exclude single-source
test --workspace --all-targets
env:
CARGO_INCREMENTAL: 0
RUSTDOCFLAGS: -Cinstrument-coverage
Expand Down

0 comments on commit 697dcf5

Please sign in to comment.