Skip to content

Commit 697dcf5

Browse files
committed
Try codecov on example crates
1 parent a5a84b2 commit 697dcf5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ jobs:
3434
cargo clean
3535
cargo \
3636
--config "target.'cfg(all())'.rustflags=['-Cinstrument-coverage']" \
37-
test \
38-
--workspace \
39-
--all-targets \
40-
--exclude derive \
41-
--exclude print \
42-
--exclude single-source
37+
test --workspace --all-targets
4338
env:
4439
CARGO_INCREMENTAL: 0
4540
RUSTDOCFLAGS: -Cinstrument-coverage

0 commit comments

Comments
 (0)