macOS
brew install gcovrlocal Homebrew formula metadata
sudo port install gcovrMacPorts ports tree · devel/gcovr/Portfile · source: api.github.com
brew
Reports from gcov test coverage program. Version 8.6 via Homebrew; verified 2026-04-22.
install
brew install gcovrlocal Homebrew formula metadata
sudo port install gcovrMacPorts ports tree · devel/gcovr/Portfile · source: api.github.com
sudo apk add gcovrAlpine Linux edge package indexes · gcovr · source: dl-cdn.alpinelinux.org
sudo apt install gcovrDebian stable package indexes · gcovr · source: deb.debian.org
sudo dnf install gcovrFedora Rawhide package metadata · gcovr · source: dl.fedoraproject.org
nix profile install nixpkgs#gcovrnixpkgs package indexes · pkgs/by-name/gc/gcovr/package.nix · source: api.github.com
sudo pacman -S gcovrArch Linux sync databases · gcovr · source: geo.mirror.pkgbuild.com
sudo zypper install gcovropenSUSE Tumbleweed package metadata · gcovr · source: download.opensuse.org
overview
Reports from gcov test coverage program
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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 directoryexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gcovr | 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.
install metadata
| Package key | brew:gcovr |
|---|---|
| Version | 8.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gcovr |
| Homepage | https://gcovr.com/ |
| Repository | https://github.com/gcovr/gcovr |
| Upstream docs | https://gcovr.com/en/stable |
| License | BSD-3-Clause |
| Source archive | https://files.pythonhosted.org/packages/07/37/b4a87dff166dc0a5002e9d03fcb6ca8eeff048247b011b67f047e31122c9/gcovr-8.6.tar.gz |
| Last updated | 2026-04-22T10:28:01Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Uses from macOS | libxml2, libxslt |
| 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 | gcovr |
| Version Scheme | 0 |
| Revision | 2 |
| 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.
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-2.fc45
A code coverage report generator using GNU gcov
sudo dnf install gcovrgcovr-doc 8.6-2.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.8
A code coverage report generator using GNU gcov
sudo zypper install gcovrgcovr-doc 6.0-1.8
Documentation of gcovr
sudo zypper install gcovr-docgcovr
sudo port install gcovrsource 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.