macOS
brew install cargo-llvm-covlocal Homebrew formula metadata
安装
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 · 来源: api.github.com
sudo pacman -S cargo-llvm-covArch Linux sync databases · cargo-llvm-cov · 来源: geo.mirror.pkgbuild.com
概览
Cargo subcommand to easily use LLVM source-based code coverage
历史
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.
安全态势
没有找到 cargo-llvm-cov 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cargo-llvm-cov | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/taiki-e/cargo-llvm-cov
安装元数据
| 软件包键 | brew:cargo-llvm-cov |
|---|---|
| 版本 | 0.8.7 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/cargo-llvm-cov |
| 主页 | https://github.com/taiki-e/cargo-llvm-cov |
| 仓库 | https://github.com/taiki-e/cargo-llvm-cov |
| 上游文档 | https://github.com/taiki-e/cargo-llvm-cov#readme |
| 许可证 | Apache-2.0 OR MIT |
| 源码归档 | https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.8.7.crate |
| 最后更新 | 2026-05-13T03:04:54Z |
| Pulse | updated |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-cov来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.