Skip to content

Commit 7b001a6

Browse files
client: Test schema feature on coverage as well
1 parent 19bd50a commit 7b001a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for crypto in "${CRYPTO_FEATURES[@]}"; do
1313
cargo tarpaulin \
1414
--package oo7 \
1515
--no-default-features \
16-
--features "tracing,tokio,${crypto}" \
16+
--features "tracing,tokio,schema,${crypto}" \
1717
--ignore-panics \
1818
--out Lcov \
1919
--output-dir coverage-raw

0 commit comments

Comments
 (0)