Show uncovered Rust source lines in CI

This commit is contained in:
Valmo Trindade
2026-08-07 14:39:51 -03:00
parent aa2a088892
commit ccc63d1a35
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: cargo test --all-targets --locked
- name: Report whole-extension coverage
run: cargo llvm-cov --all-targets --locked --summary-only
run: cargo llvm-cov --all-targets --locked --summary-only --show-missing-lines
- name: Enforce 100% coverage on deterministic core
run: |