mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-18 16:02:58 +00:00
Show uncovered Rust source lines in CI
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: cargo test --all-targets --locked
|
run: cargo test --all-targets --locked
|
||||||
|
|
||||||
- name: Report whole-extension coverage
|
- 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
|
- name: Enforce 100% coverage on deterministic core
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user