Skip to content

Commit aaa360f

Browse files
Slokhampcode-com
andauthored
ci: keep tests-only; remove coverage and security workflows (#180)
Co-authored-by: Amp <amp@ampcode.com>
1 parent dd7f318 commit aaa360f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ fix:
3939
# Run e2e tests against live mpp-proxy (requires funded wallet)
4040
e2e: build
4141
cargo test --test live -- --ignored --nocapture
42+
# Generate coverage locally (requires cargo-llvm-cov and llvm-tools-preview)
43+
# Install once: `rustup component add llvm-tools-preview` and `cargo install cargo-llvm-cov`
44+
coverage:
45+
cargo llvm-cov --all-features --workspace --fail-under-lines 85 --lcov --output-path lcov.info

0 commit comments

Comments
 (0)