Skip to main content

Generate C/C++ code coverage reports with gcov

Project description

generate GCC code coverage reports

websitedocumentationbugtrackerGitHub

GitHub Actions build status install from PyPI Codecov status Gitter chat

Gcovr provides a utility for managing the use of the GNU gcov utility and generating summarized code coverage results. This command is inspired by the Python coverage.py package, which provides a similar utility for Python.

The gcovr command can produce different kinds of coverage reports:

  • default or --txt: compact human-readable summaries

  • --html: HTML summaries

  • --html-details: HTML report with annotated source files

  • -x/--xml: machine readable XML reports in Cobertura format

  • --sonarqube: machine readable XML reports in Sonarqube format

  • --json: JSON report with source files structure and coverage

  • --json-summary: JSON summary coverage report

  • --csv: CSV report summarizing the coverage of each file

  • --coveralls: machine readable JSON reports in Coveralls format

Thus, gcovr can be viewed as a command-line alternative to the lcov utility, which runs gcov and generates an HTML-formatted report. The development of gcovr was motivated by the need for text summaries and XML reports.

Example HTML summary:

https://raw.githubusercontent.com/gcovr/gcovr/5.0/doc/images/screenshot-html.png

Example HTML details:

https://raw.githubusercontent.com/gcovr/gcovr/5.0/doc/images/screenshot-html-details.example.cpp.png

Installation

Gcovr is available as a Python package that can be installed via pip.

Install newest stable gcovr release from PyPI:

pip install gcovr

Install development version from GitHub:

pip install git+https://github.com/gcovr/gcovr.git

Quickstart

GCC can instrument the executables to emit coverage data. You need to recompile your code with the following flags:

--coverage -g -O0

Next, run your test suite. This will generate raw coverage files.

Finally, invoke gcovr. This will print a tabular report on the console.

gcovr -r .

You can also generate detailed HTML reports:

gcovr -r . --html --html-details -o coverage.html

Gcovr will create one HTML report per source file next to the coverage.html summary.

You should run gcovr from the build directory. The -r option should point to the root of your project. This only matters if you have a separate build directory.

For complete documentation, read the manual.

Contributing

If you want to report a bug or contribute to gcovr development, please read our contributing guidelines first: https://github.com/gcovr/gcovr/blob/master/CONTRIBUTING.rst

License

Copyright 2013-2021 the gcovr authors

Copyright 2013 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.

Gcovr is available under the 3-clause BSD License. See LICENSE.txt for full details. See AUTHORS.txt for the full list of contributors.

Gcovr development moved to this repository in September, 2013 from Sandia National Laboratories.

Gcovr is maintained by:

William Hart, John Siirola, and Lukas Atkinson.

The following developers contributed to gcovr (ordered alphabetically):

alex43dm, Andrew Stone, Antonio Quarta, Arvin Schnell, Attie Grande, Bernhard Breinbauer, Carlos Jenkins, Cary Converse, Cezary Gapiński, Christian Taedcke, Dave George, Dom Postorivo, Ensky Lin, goriy, ja11sop, James Reynolds, Jeremy Fixemer, Jessica Levine, Joachim Kuebart, Joel Klinghed, John Siirola, Jörg Kreuzberger, Kai Blaschke, Kevin Broselge, Kevin Cai, Leon Ma, libPhipp, Lukas Atkinson, Luke Woydziak, Marek Kurdej, Martin Mraz, Matsumoto Taichi, Matthew Stadelman, Matthias Schmieder, Matthieu Darbois, Matthieu Eyraud, Michael Förderer, Michał Pszona, Mikael Salson, Mikk Leini, Nikolaj Schumacher, Oleksiy Pikalo, Phil Clapham, Piotr Dziwinski, Reto Schneider, Richard Kjerstadius, Robert Rosengren, Songmin Li, Steven Myint, Sylvestre Ledru, Tilo Wiedera, trapzero, Will Thompson, William Hart, Zachary J. Fields, and possibly others.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcovr-5.0.tar.gz (49.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gcovr-5.0-py2.py3-none-any.whl (57.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file gcovr-5.0.tar.gz.

File metadata

  • Download URL: gcovr-5.0.tar.gz
  • Upload date:
  • Size: 49.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for gcovr-5.0.tar.gz
Algorithm Hash digest
SHA256 1d80264cbaadff356b3dda71b8c62b3aa803e5b3eb6d526a24932cd6660a2576
MD5 95a42a5c673211443ae416c029510f22
BLAKE2b-256 830dd8409c79412baa30717e6d18942251bc18d8cf43447b153f92056be99053

See more details on using hashes here.

File details

Details for the file gcovr-5.0-py2.py3-none-any.whl.

File metadata

  • Download URL: gcovr-5.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 57.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for gcovr-5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8c49ebcfc5a98b56dd900c687aad0258ac86093d2f81a1417905193ab45fe69f
MD5 6cef0fb4878557999c86d460ef2cfbcc
BLAKE2b-256 a8433292324f9054d8f3b87c36cb64d9cf63513fe9d1d1a1b95df7b1dc92fb31

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page