We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffba9d8 commit e2d9d39Copy full SHA for e2d9d39
Makefile
@@ -42,7 +42,7 @@ coverage-run-unittests:
42
rm -f "${COVERAGE_PROFRAW_DIR}/*.profraw"
43
RUSTFLAGS="${RUSTFLAGS} -Cinstrument-coverage" \
44
LLVM_PROFILE_FILE="${COVERAGE_PROFRAW_DIR}/unittests-%p-%m.profraw" \
45
- cargo test --all
+ cargo test --workspace --exclude light-client-db-common --exclude light-client-db-worker --exclude light-client-wasm
46
47
coverage-collect-data:
48
grcov "${COVERAGE_PROFRAW_DIR}" --binary-path "${CARGO_TARGET_DIR}/debug/" \
0 commit comments