macOS
brew install gcovrlocal Homebrew formula metadata
sudo port install gcovrMacPorts ports tree · devel/gcovr/Portfile · 来源: api.github.com
安装
brew install gcovrlocal Homebrew formula metadata
sudo port install gcovrMacPorts ports tree · devel/gcovr/Portfile · 来源: api.github.com
sudo apk add gcovrAlpine Linux edge package indexes · gcovr · 来源: dl-cdn.alpinelinux.org
sudo dnf install gcovrFedora Rawhide package metadata · gcovr · 来源: dl.fedoraproject.org
nix profile install nixpkgs#gcovrnixpkgs package indexes · pkgs/by-name/gc/gcovr/package.nix · 来源: api.github.com
sudo pacman -S gcovrArch Linux sync databases · gcovr · 来源: geo.mirror.pkgbuild.com
sudo zypper install gcovropenSUSE Tumbleweed package metadata · gcovr · 来源: download.opensuse.org
概览
Reports from gcov test coverage program
历史
gcovr is a Python-based coverage reporting tool for GCC/gcov data. It turns compiler coverage output into human and machine-readable reports, including text, HTML, CSV, JSON, Cobertura, Coveralls, SonarQube, JaCoCo, and LCOV formats.
The official changelog traces gcovr releases back to version 2.0 on 22 August 2010. The current GitHub repository was created in May 2013 and describes the project as generating code coverage reports with gcc/gcov.
gcovr became a common packaging target because it sits at a practical boundary between C/C++ test builds and CI coverage dashboards. Its documentation focuses on command-line operation, configuration files, filtering, reproducible timestamps, and multiple report formats, which are all package-manager-friendly workflows.
Typical use is to compile code with coverage flags, run tests, and invoke gcovr from a project root to collect gcov data and emit reports. The configuration file support lets repeatable coverage options live in a repository instead of only in CI shell scripts.
gcovr matters because it gives gcov users a single small CLI for report formats expected by CI systems and code-quality services. It is a bridge package: not a compiler, not a test framework, but the adapter that makes compiler-native coverage data useful to modern automation.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
gcovr.cfg in the -r/--root directory可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gcovr | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:gcovr |
|---|---|
| 版本 | 8.6 |
| 软件包管理器 | Homebrew |
| 主页 | https://gcovr.com/ |
| 仓库 | https://github.com/gcovr/gcovr |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
gcovr 7.2+really-1.1
Manages the compilation of coverage information from gcov
sudo apt install gcovrgcovr
nix profile install nixpkgs#gcovrgcovr 7.0-1
Manages the compilation of coverage information from gcov
sudo apt install gcovrgcovr 8.6-r1
Generates a simple report that summarizes the gcc code coverage
sudo apk add gcovrgcovr-pyc 8.6-r1
Precompiled Python bytecode for gcovr
sudo apk add gcovr-pycgcovr 8.6-3.fc45
A code coverage report generator using GNU gcov
sudo dnf install gcovrgcovr-doc 8.6-3.fc45
Documentation of gcovr
sudo dnf install gcovr-docgcovr 8.6-1
provides a utility for managing the use of the GNU gcov utility
sudo pacman -S gcovrgcovr 6.0-1.9
A code coverage report generator using GNU gcov
sudo zypper install gcovrgcovr-doc 6.0-1.9
Documentation of gcovr
sudo zypper install gcovr-docgcovr
sudo port install gcovr来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.