macOS
brew install cargo-llvm-covlocal Homebrew formula metadata
brew / rank 3642
Cargo subcommand to easily use LLVM source-based code coverage. Version 0.8.7 via Homebrew; verified 2026-05-13. Also installable with nix: nix profile install nixpkgs#cargo-llvm-cov.
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 | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:cargo-llvm-cov |
|---|---|
| Version | 0.8.7 |
| Package manager | Homebrew |
| Homepage | https://github.com/taiki-e/cargo-llvm-cov |
| Repository | https://github.com/taiki-e/cargo-llvm-cov |
| Last updated | 2026-05-13T03:04:54Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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.