Skip to main content

A Python script for summarizing gcov data.

Project description

generate GCC code coverage reports

websitedocumentationbugtrackerGitHub

Travis CI build status Appveyor CI build status install from PyPI

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: compact human-readable summaries

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

  • --html: HTML summaries

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

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:

./doc/screenshot-html.png

Example HTML details:

./doc/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:

-fprofile-arcs -ftest-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-2018 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.

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-3.4.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

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

gcovr-3.4-py2.py3-none-any.whl (25.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: gcovr-3.4.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gcovr-3.4.tar.gz
Algorithm Hash digest
SHA256 c9251b048b1e6cefb065fcfa349f194cb6d8026700b6ab79e8f8376ed245d615
MD5 61b752bbc6644d834f62f105c3dcd9df
BLAKE2b-256 fa501ae25068b2a62fe0be5a5e59b334a3a428d0615ade58dd0d14744dfb4b94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gcovr-3.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 60bee33da024d644347ed5f615e8dedcf3f5064f5cd40c661529c0dee8497257
MD5 97bcc5be4d4d61444464bb24d5db8d86
BLAKE2b-256 42fa9536b6c230fb75bf5a28a8143f80286a28330ef52e9452714317c955945f

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