diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 8b09646..467fc65 100644 --- a/.github/workflows/rust-ci.yaml +++ b/.github/workflows/rust-ci.yaml @@ -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: |