macOS
brew install gcovrlocal Homebrew formula metadata
sudo port install gcovrMacPorts ports tree · devel/gcovr/Portfile · ソース: api.github.com
brew / 順位 1209
gcovr のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 apt install gcovrDebian stable package indexes · gcovr · ソース: deb.debian.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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.