Ross ROSS = Recommend OSS · open-source software intelligence for agents

taiki-e/cargo-llvm-cov

Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage). observed · 2026-08-28

github.com/taiki-e/cargo-llvm-cov · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 13
  • age_days: 2055
  • days_rel: 17
  • days_push: 12
  • n_releases_24m: 24

Full methodology

Adoption not part of the score

1453 stars · 95 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

cargo-llvm-cov is a Cargo subcommand that wraps rustc's -C instrument-coverage to generate precise LLVM source-based code coverage reports for Rust projects. It supports cargo test, cargo run, and cargo nextest, with output formats suitable for CI services like Codecov.

Use cases

  • generate code coverage reports for rust tests
  • measure line and branch coverage in a rust crate
  • upload rust coverage to codecov in ci
  • get coverage for doc tests and proc-macro ui tests
  • merge coverage from tests run under different conditions
  • exclude files or code from coverage reports

When to choose

  • you need accurate source-based coverage for a rust project
  • you want fast coverage without extra instrumentation layers
  • you need coverage in github actions, gitlab ci, or codecov
  • you use nextest or need doc test coverage

When to avoid

  • you need coverage for non-rust projects
  • you rely on tarpaulin-specific features or workflows
  • you need branch coverage on stable rust (requires nightly)

Facets

cli-tool · maturity stable

testing cli developer-tools testing developer-tools rust cli cross-platform code-coverage cargo-subcommand llvm rust codecov command-line

2 sources

Member repositories

RepositoryRoleHealth v2
taiki-e/cargo-llvm-covmain98

For agents

markdown · JSON · MCP: product_card(name="taiki-e/cargo-llvm-cov")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem