# xd009642/tarpaulin

A code coverage tool for Rust projects

Repository: https://github.com/xd009642/tarpaulin
Canonical: https://ross.abutalabs.com/products/tarpaulin
Homepage: https://crates.io/crates/cargo-tarpaulin
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: cargo, coverage-report, rust, coverage-reporting, tarpaulin, hacktoberfest
Last push: 2026-08-15T11:47:35+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 98, longevity 100
- inputs: {"age_days": 3435, "days_push": 18, "days_rel": 18, "gap_med": 15.5, "n_releases_24m": 25}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3016, forks 197 (observed 2026-08-28T04:07:37.984696+00:00)

## What it is
Tarpaulin is a code coverage reporting tool for Rust projects built on the Cargo build system. It runs a project's tests and reports line coverage, with support for ptrace and LLVM instrumentation backends and Docker-based execution.

## Use cases
- measure code coverage of a rust crate
- generate coverage reports for cargo tests
- run coverage in CI for a rust project
- check which lines my rust tests cover
- coverage tool for rust on linux
- run tarpaulin in docker to get coverage on mac

## When to choose
- you need line coverage for a Rust/Cargo project
- you want a dedicated coverage tool that integrates with cargo
- you run coverage in CI on Linux x86_64 or via Docker

## When to avoid
- you need branch or condition coverage guarantees
- your project uses unusual package/feature combinations that break tracing
- you need coverage on non-x86_64 Linux without the LLVM engine

## Facets
- artifact type: cli-tool
- maturity: active
- function: testing, cli, developer-tools
- domain: developer-tools, testing
- platform: windows, rust, cli
- tags: code-coverage, cargo, rust, coverage-reporting, ptrace, llvm-coverage, command-line, linux, macos, docker

## Member repositories
- xd009642/tarpaulin (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:37.984696+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:30:09.262755+00:00, confidence not recorded.
  - readme: https://github.com/xd009642/tarpaulin (fetched 2026-08-28T04:07:37.984696+00:00, sha 44549b205ea9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
