macOS
brew install cargo-llvm-covlocal Homebrew formula metadata
brew
Cargo subcommand to easily use LLVM source-based code coverage. Version 0.8.7 via Homebrew; verified 2026-05-13.
install
brew install cargo-llvm-covlocal Homebrew formula metadata
nix profile install nixpkgs#cargo-llvm-covnixpkgs package indexes · pkgs/by-name/ca/cargo-llvm-cov/package.nix · source: api.github.com
sudo pacman -S cargo-llvm-covArch Linux sync databases · cargo-llvm-cov · source: geo.mirror.pkgbuild.com
overview
Cargo subcommand to easily use LLVM source-based code coverage
history
cargo-llvm-cov is a Cargo subcommand for LLVM source-based coverage in Rust projects. Its README says it wraps rustc -C instrument-coverage and supports cargo test, cargo run, and cargo nextest flows.
The crate was first published on crates.io in January 2021 as version 0.0.0. Its official README emphasizes precise line, region, and optional branch coverage while avoiding extra layers between rustc, cargo, and llvm-tools.
The tool became part of common Rust CI coverage workflows because it can emit text, HTML, JSON, lcov, Cobertura, and Codecov-compatible reports. It is packaged by Homebrew, Nix, and Arch according to the input package-manager facts; crates.io reported 6,323,980 downloads when checked on 2026-06-30.
Typical usage is cargo llvm-cov for test coverage, cargo llvm-cov --html or --open for local reports, cargo llvm-cov --lcov for CI uploads, and cargo llvm-cov nextest when running tests through cargo-nextest.
It matters to Rust package maintainers because it standardizes coverage collection around the compiler's LLVM instrumentation rather than a separate test harness, making coverage easier to reproduce locally and in package CI.
security posture
No matching local secret-handling manifest was found for cargo-llvm-cov. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cargo-llvm-cov | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/taiki-e/cargo-llvm-cov
install metadata
| Package key | brew:cargo-llvm-cov |
|---|---|
| Version | 0.8.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cargo-llvm-cov |
| Homepage | https://github.com/taiki-e/cargo-llvm-cov |
| Repository | https://github.com/taiki-e/cargo-llvm-cov |
| Upstream docs | https://github.com/taiki-e/cargo-llvm-cov#readme |
| License | Apache-2.0 OR MIT |
| Source archive | https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.8.7.crate |
| Last updated | 2026-05-13T03:04:54Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cargo-llvm-cov |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cargo-llvm-cov
nix profile install nixpkgs#cargo-llvm-covcargo-llvm-cov 0.8.7-1
Cargo subcommand to easily use LLVM source-based code coverage (-Z instrument-coverage).
https://github.com/taiki-e/cargo-llvm-cov
sudo pacman -S cargo-llvm-covsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.