Skip to content

Commit d225208

Browse files
Copilotjosecelano
andcommitted
feat: [#86] add coverage check to pre-commit script
Co-authored-by: josecelano <[email protected]>
1 parent 0a2e2fa commit d225208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pre-commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare -a STEPS=(
2121
"Running tests|All tests passed|||cargo test"
2222
"Testing cargo documentation|Documentation builds successfully|||cargo doc --no-deps --bins --examples --workspace --all-features"
2323
"Running comprehensive E2E tests|All E2E tests passed|(Filtering logs to WARNING level and above - this may take a few minutes)|RUST_LOG=warn|cargo run --bin e2e-tests-full"
24+
"Running code coverage check|Coverage meets 85% threshold|(Informational only - does not block commits)||cargo cov-check"
2425
)
2526

2627
# ============================================================================

0 commit comments

Comments
 (0)