coverage cancelled
Command:
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin --version 0.32.7 2>&1
# Skip the JSON contract fuzzer here: it spawns ~120 instrumented
# subprocesses (slow enough under tarpaulin to trip its own per-leaf
# deadline) and, being a subprocess test, contributes no line coverage.
# It runs for real in the `test` job.
cargo tarpaulin --engine llvm --out lcov --output-dir coverage/ -- --skip every_leaf_emits_valid_json_under_json 2>&1
Started: -
Completed: Jul 31, 2026 at 05:15 UTC
Duration: -
Build Output
No output yet.