Skip to content

Commit ccf4279

Browse files
committed
add test-clean recipe
1 parent e0fb899 commit ccf4279

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ test:
2424
nextest --manifest-path cpp-linter-lib/Cargo.toml \
2525
--lib --tests --color always
2626

27+
# Clear previous test build artifacts
28+
[group("code coverage")]
29+
test-clean:
30+
cargo llvm-cov clean
31+
2732
# generate and open pretty coverage report
2833
[group("code coverage")]
2934
pretty-cov *args='':

0 commit comments

Comments
 (0)