Skip to content

Commit f420970

Browse files
ci/coverage: Don't enable default features
1 parent d78dbb4 commit f420970

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
cargo tarpaulin \
6060
--package oo7 \
6161
--lib \
62-
--features "tracing,tokio,local_tests" \
62+
--no-default-features \
63+
--features "tracing,tokio,native_crypto,local_tests" \
6364
--ignore-panics \
6465
--out Lcov \
6566
--output-dir coverage-raw
@@ -70,6 +71,7 @@ jobs:
7071
cargo tarpaulin \
7172
--package oo7 \
7273
--lib \
74+
--no-default-features \
7375
--features "tracing,async-std,openssl_crypto,local_tests" \
7476
--ignore-panics \
7577
--out Lcov \

0 commit comments

Comments
 (0)