gcovr


Namegcovr JSON
Version 8.3 PyPI version JSON
download
home_pageNone
SummaryGenerate C/C++ code coverage reports with gcov
upload_time2025-01-19 22:24:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords cobertura jenkins coverage gcc gcov lcov
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            gcovr
=====

generate GCC code coverage reports

`website and documentation <website_>`__ • bugtracker_ • `GitHub <repo_>`__

|GitHub-Actions-badge| |codacy-quality-badge| |codacy-coverage-badge| |pypi-badge| |Readthedocs-badge| |gitter-badge|

.. begin abstract

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:

.. list-table::
   :header-rows: 1

   * - CLI Option
     - User Guide
     - Description

   * - default, |abstract-option-txt|
     - |abstract-guide-txt|
     - compact human-readable summaries

   * - |abstract-option-html|
     - |abstract-guide-html|
     - overview of all files

   * - |abstract-option-html-details|
     - |abstract-guide-html-details|
     - annotated source files

   * - |abstract-option-html-template-dir|
     - |abstract-guide-html-template-dir|
     - use custom set of Jinja2 templates

   * - |abstract-option-csv|
     - |abstract-guide-csv|
     - CSV report summarizing the coverage of each file

   * - |abstract-option-json|
     - |abstract-guide-json|
     - JSON report with source file structure and coverage

   * - |abstract-option-json-summary|
     - |abstract-guide-json-summary|
     - JSON summary coverage report

   * - |abstract-option-clover|
     - |abstract-guide-clover|
     - machine readable XML reports in Clover_ format

   * - |abstract-option-cobertura|
     - |abstract-guide-cobertura|
     - machine readable XML reports in Cobertura_ format

   * - |abstract-option-coveralls|
     - |abstract-guide-coveralls|
     - machine readable JSON report in Coveralls_ format

   * - |abstract-option-jacoco|
     - |abstract-guide-jacoco|
     - machine readable XML reports in JaCoCo_ format

   * - |abstract-option-lcov|
     - |abstract-guide-lcov|
     - machine readable report in LCOV_ info format

   * - |abstract-option-sonarqube|
     - |abstract-guide-sonarqube|
     - machine readable XML reports in SonarQube_ 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.

.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
.. _coverage.py: https://coverage.readthedocs.io/en/stable/
.. _clover: https://bitbucket.org/atlassian/clover/src/master/
.. _cobertura: https://github.com/cobertura/cobertura/
.. _coveralls: https://coveralls.io/
.. _jacoco: https://www.eclemma.org/jacoco/
.. _lcov: https://github.com/linux-test-project/lcov
.. _sonarqube: https://www.sonarsource.com/products/sonarqube/

.. end abstract

.. The above table contains links into the documentation.
.. Here are the default targets that are used for rendering on GH or on PyPI.
.. The targets for within the Sphinx docs are given in doc/source/index.rst

.. |abstract-option-txt| replace:: ``--txt``
.. |abstract-option-html| replace:: ``--html``
.. |abstract-option-html-details| replace:: ``--html-details``
.. |abstract-option-html-nested| replace:: ``--html-nested``
.. |abstract-option-html-template-dir| replace:: ``--html-template-dir``
.. |abstract-option-csv| replace:: ``--csv``
.. |abstract-option-json| replace:: ``--json``
.. |abstract-option-json-summary| replace:: ``--json-summary``

.. |abstract-option-clover| replace:: ``--clover``
.. |abstract-option-cobertura| replace:: ``--cobertura``
.. |abstract-option-coveralls| replace:: ``--coveralls``
.. |abstract-option-jacoco| replace:: ``--jacoco``
.. |abstract-option-lcov| replace:: ``--lcov``
.. |abstract-option-sonarqube| replace:: ``--sonarqube``

.. |abstract-guide-txt| replace:: `Text Output <https://gcovr.com/en/stable/output/txt.html>`__
.. |abstract-guide-html| replace:: `HTML Output <https://gcovr.com/en/stable/output/html.html>`__
.. |abstract-guide-html-details| replace:: `HTML Output <https://gcovr.com/en/stable/output/html.html>`__
.. |abstract-guide-html-template-dir| replace:: `HTML Output <https://gcovr.com/en/stable/output/html.html>`__
.. |abstract-guide-csv| replace:: `CSV Output <https://gcovr.com/en/stable/output/csv.html>`__
.. |abstract-guide-json| replace:: `JSON Output <https://gcovr.com/en/stable/output/json.html>`__
.. |abstract-guide-json-summary| replace:: `JSON Output <https://gcovr.com/en/stable/output/json.html>`__

.. |abstract-guide-clover| replace:: `Clover XML Output <https://gcovr.com/en/stable/output/clover.html>`__
.. |abstract-guide-cobertura| replace:: `Cobertura XML Output <https://gcovr.com/en/stable/output/cobertura.html>`__
.. |abstract-guide-coveralls| replace:: `Coveralls JSON Output <https://gcovr.com/en/stable/output/coveralls.html>`__
.. |abstract-guide-jacoco| replace:: `JaCoCo XML Output <https://gcovr.com/en/stable/output/jacoco.html>`__
.. |abstract-guide-lcov| replace:: `LCOV info Output <https://gcovr.com/en/stable/output/lcov.html>`__
.. |abstract-guide-sonarqube| replace:: `SonarQube XML Output <https://gcovr.com/en/stable/output/sonarqube.html>`__


Example HTML summary:

.. image:: https://raw.githubusercontent.com/gcovr/gcovr/8.3/doc/images/screenshot-html.jpeg

Example HTML details:

.. image:: https://raw.githubusercontent.com/gcovr/gcovr/8.3/doc/images/screenshot-html-details.example.cpp.jpeg

.. begin links

.. _website:        https://gcovr.com/
.. _documentation:  website_
.. _repo:       https://github.com/gcovr/gcovr/
.. _bugtracker: https://github.com/gcovr/gcovr/issues
.. |GitHub-Actions-badge| image:: https://github.com/gcovr/gcovr/actions/workflows/CI.yml/badge.svg?event=push
   :target: https://github.com/gcovr/gcovr/actions/workflows/CI.yml?query=branch%3Amain+event%3Apush
   :alt: GitHub Actions build status
.. |codacy-quality-badge| image:: https://app.codacy.com/project/badge/Grade/c50ef51a78024cf4a3025c464560a534
   :target: https://app.codacy.com/gh/gcovr/gcovr/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
   :alt: Codacy quality status
.. |codacy-coverage-badge| image:: https://app.codacy.com/project/badge/Coverage/c50ef51a78024cf4a3025c464560a534
   :target: https://app.codacy.com/gh/gcovr/gcovr/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage
   :alt: Codacy coverage status
.. |pypi-badge| image:: https://img.shields.io/pypi/v/gcovr.svg
   :target: https://pypi.python.org/pypi/gcovr
   :alt: install from PyPI
.. |Readthedocs-badge| image:: https://readthedocs.org/projects/gcovr/badge/?version=latest
   :target: https://gcovr.com/en/latest/?badge=latest
   :alt: Documentation Status
.. |gitter-badge| image:: https://badges.gitter.im/gcovr/gcovr.svg
   :target: https://gitter.im/gcovr/gcovr
   :alt: Gitter chat

.. end links

Installation
------------

.. begin installation

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

.. _pip: https://pip.pypa.io/en/stable

Install newest stable ``gcovr`` release from PyPI:

.. code:: bash

    pip install gcovr

Install development version from GitHub (needs at least version `21.3` of pip):

.. code:: bash

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

.. end installation

Quickstart
----------

.. begin 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

You can also generate detailed or nested HTML reports:

::

    gcovr --html-details coverage.html
    gcovr --html-nested coverage.html

Gcovr will create one HTML report per source file and for
``--html-nested`` also per directory 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 example::

    cd build; gcovr -r ..

.. end quickstart

For complete documentation, read the `manual <documentation_>`__.

Contributing
------------

If you want to report a bug or contribute to gcovr development,
please read our contributing guidelines first:
`<https://gcovr.com/en/latest/contributing.html>`_

License
-------

This software is distributed under the 3-clause BSD License.
See `<https://gcovr.com/en/latest/license.html#license-terms>`_ for details.
See `<https://gcovr.com/en/latest/license.html#acknowledgements>`_
for the full list of contributors.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gcovr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Cobertura, Jenkins, coverage, gcc, gcov, lcov",
    "author": null,
    "author_email": "Lukas Atkinson <opensource@lukasatkinson.de>, Michael F\u00f6rderer <michael.foerderer@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/40/9f/2883275d71f27f81919a7f000afe7eb344496ab74d62e1c0e4a804918b9f/gcovr-8.3.tar.gz",
    "platform": null,
    "description": "gcovr\n=====\n\ngenerate GCC code coverage reports\n\n`website and documentation <website_>`__ \u2022 bugtracker_ \u2022 `GitHub <repo_>`__\n\n|GitHub-Actions-badge| |codacy-quality-badge| |codacy-coverage-badge| |pypi-badge| |Readthedocs-badge| |gitter-badge|\n\n.. begin abstract\n\nGcovr provides a utility for managing the use of the GNU gcov_ utility\nand generating summarized code coverage results. This command is\ninspired by the Python coverage.py_ package, which provides a similar\nutility for Python.\n\nThe ``gcovr`` command can produce different kinds of coverage reports:\n\n.. list-table::\n   :header-rows: 1\n\n   * - CLI Option\n     - User Guide\n     - Description\n\n   * - default, |abstract-option-txt|\n     - |abstract-guide-txt|\n     - compact human-readable summaries\n\n   * - |abstract-option-html|\n     - |abstract-guide-html|\n     - overview of all files\n\n   * - |abstract-option-html-details|\n     - |abstract-guide-html-details|\n     - annotated source files\n\n   * - |abstract-option-html-template-dir|\n     - |abstract-guide-html-template-dir|\n     - use custom set of Jinja2 templates\n\n   * - |abstract-option-csv|\n     - |abstract-guide-csv|\n     - CSV report summarizing the coverage of each file\n\n   * - |abstract-option-json|\n     - |abstract-guide-json|\n     - JSON report with source file structure and coverage\n\n   * - |abstract-option-json-summary|\n     - |abstract-guide-json-summary|\n     - JSON summary coverage report\n\n   * - |abstract-option-clover|\n     - |abstract-guide-clover|\n     - machine readable XML reports in Clover_ format\n\n   * - |abstract-option-cobertura|\n     - |abstract-guide-cobertura|\n     - machine readable XML reports in Cobertura_ format\n\n   * - |abstract-option-coveralls|\n     - |abstract-guide-coveralls|\n     - machine readable JSON report in Coveralls_ format\n\n   * - |abstract-option-jacoco|\n     - |abstract-guide-jacoco|\n     - machine readable XML reports in JaCoCo_ format\n\n   * - |abstract-option-lcov|\n     - |abstract-guide-lcov|\n     - machine readable report in LCOV_ info format\n\n   * - |abstract-option-sonarqube|\n     - |abstract-guide-sonarqube|\n     - machine readable XML reports in SonarQube_ format\n\n\nThus, gcovr can be viewed\nas a command-line alternative to the lcov_ utility, which runs gcov\nand generates an HTML-formatted report.\nThe development of gcovr was motivated by the need for\ntext summaries and XML reports.\n\n.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html\n.. _coverage.py: https://coverage.readthedocs.io/en/stable/\n.. _clover: https://bitbucket.org/atlassian/clover/src/master/\n.. _cobertura: https://github.com/cobertura/cobertura/\n.. _coveralls: https://coveralls.io/\n.. _jacoco: https://www.eclemma.org/jacoco/\n.. _lcov: https://github.com/linux-test-project/lcov\n.. _sonarqube: https://www.sonarsource.com/products/sonarqube/\n\n.. end abstract\n\n.. The above table contains links into the documentation.\n.. Here are the default targets that are used for rendering on GH or on PyPI.\n.. The targets for within the Sphinx docs are given in doc/source/index.rst\n\n.. |abstract-option-txt| replace:: ``--txt``\n.. |abstract-option-html| replace:: ``--html``\n.. |abstract-option-html-details| replace:: ``--html-details``\n.. |abstract-option-html-nested| replace:: ``--html-nested``\n.. |abstract-option-html-template-dir| replace:: ``--html-template-dir``\n.. |abstract-option-csv| replace:: ``--csv``\n.. |abstract-option-json| replace:: ``--json``\n.. |abstract-option-json-summary| replace:: ``--json-summary``\n\n.. |abstract-option-clover| replace:: ``--clover``\n.. |abstract-option-cobertura| replace:: ``--cobertura``\n.. |abstract-option-coveralls| replace:: ``--coveralls``\n.. |abstract-option-jacoco| replace:: ``--jacoco``\n.. |abstract-option-lcov| replace:: ``--lcov``\n.. |abstract-option-sonarqube| replace:: ``--sonarqube``\n\n.. |abstract-guide-txt| replace:: `Text Output <https://gcovr.com/en/stable/output/txt.html>`__\n.. |abstract-guide-html| replace:: `HTML Output <https://gcovr.com/en/stable/output/html.html>`__\n.. |abstract-guide-html-details| replace:: `HTML Output <https://gcovr.com/en/stable/output/html.html>`__\n.. |abstract-guide-html-template-dir| replace:: `HTML Output <https://gcovr.com/en/stable/output/html.html>`__\n.. |abstract-guide-csv| replace:: `CSV Output <https://gcovr.com/en/stable/output/csv.html>`__\n.. |abstract-guide-json| replace:: `JSON Output <https://gcovr.com/en/stable/output/json.html>`__\n.. |abstract-guide-json-summary| replace:: `JSON Output <https://gcovr.com/en/stable/output/json.html>`__\n\n.. |abstract-guide-clover| replace:: `Clover XML Output <https://gcovr.com/en/stable/output/clover.html>`__\n.. |abstract-guide-cobertura| replace:: `Cobertura XML Output <https://gcovr.com/en/stable/output/cobertura.html>`__\n.. |abstract-guide-coveralls| replace:: `Coveralls JSON Output <https://gcovr.com/en/stable/output/coveralls.html>`__\n.. |abstract-guide-jacoco| replace:: `JaCoCo XML Output <https://gcovr.com/en/stable/output/jacoco.html>`__\n.. |abstract-guide-lcov| replace:: `LCOV info Output <https://gcovr.com/en/stable/output/lcov.html>`__\n.. |abstract-guide-sonarqube| replace:: `SonarQube XML Output <https://gcovr.com/en/stable/output/sonarqube.html>`__\n\n\nExample HTML summary:\n\n.. image:: https://raw.githubusercontent.com/gcovr/gcovr/8.3/doc/images/screenshot-html.jpeg\n\nExample HTML details:\n\n.. image:: https://raw.githubusercontent.com/gcovr/gcovr/8.3/doc/images/screenshot-html-details.example.cpp.jpeg\n\n.. begin links\n\n.. _website:        https://gcovr.com/\n.. _documentation:  website_\n.. _repo:       https://github.com/gcovr/gcovr/\n.. _bugtracker: https://github.com/gcovr/gcovr/issues\n.. |GitHub-Actions-badge| image:: https://github.com/gcovr/gcovr/actions/workflows/CI.yml/badge.svg?event=push\n   :target: https://github.com/gcovr/gcovr/actions/workflows/CI.yml?query=branch%3Amain+event%3Apush\n   :alt: GitHub Actions build status\n.. |codacy-quality-badge| image:: https://app.codacy.com/project/badge/Grade/c50ef51a78024cf4a3025c464560a534\n   :target: https://app.codacy.com/gh/gcovr/gcovr/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\n   :alt: Codacy quality status\n.. |codacy-coverage-badge| image:: https://app.codacy.com/project/badge/Coverage/c50ef51a78024cf4a3025c464560a534\n   :target: https://app.codacy.com/gh/gcovr/gcovr/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage\n   :alt: Codacy coverage status\n.. |pypi-badge| image:: https://img.shields.io/pypi/v/gcovr.svg\n   :target: https://pypi.python.org/pypi/gcovr\n   :alt: install from PyPI\n.. |Readthedocs-badge| image:: https://readthedocs.org/projects/gcovr/badge/?version=latest\n   :target: https://gcovr.com/en/latest/?badge=latest\n   :alt: Documentation Status\n.. |gitter-badge| image:: https://badges.gitter.im/gcovr/gcovr.svg\n   :target: https://gitter.im/gcovr/gcovr\n   :alt: Gitter chat\n\n.. end links\n\nInstallation\n------------\n\n.. begin installation\n\nGcovr is available as a Python package that can be installed via pip_.\n\n.. _pip: https://pip.pypa.io/en/stable\n\nInstall newest stable ``gcovr`` release from PyPI:\n\n.. code:: bash\n\n    pip install gcovr\n\nInstall development version from GitHub (needs at least version `21.3` of pip):\n\n.. code:: bash\n\n    pip install git+https://github.com/gcovr/gcovr.git\n\n.. end installation\n\nQuickstart\n----------\n\n.. begin quickstart\n\nGCC can instrument the executables to emit coverage data.\nYou need to recompile your code with the following flags:\n\n::\n\n    --coverage -g -O0\n\nNext, run your test suite.\nThis will generate raw coverage files.\n\nFinally, invoke gcovr.\nThis will print a tabular report on the console.\n\n::\n\n    gcovr\n\nYou can also generate detailed or nested HTML reports:\n\n::\n\n    gcovr --html-details coverage.html\n    gcovr --html-nested coverage.html\n\nGcovr will create one HTML report per source file and for\n``--html-nested`` also per directory next to the coverage.html\nsummary.\n\nYou should run gcovr from the build directory.\nThe ``-r`` option should point to the root of your project.\nThis only matters if you have a separate build directory.\nFor example::\n\n    cd build; gcovr -r ..\n\n.. end quickstart\n\nFor complete documentation, read the `manual <documentation_>`__.\n\nContributing\n------------\n\nIf you want to report a bug or contribute to gcovr development,\nplease read our contributing guidelines first:\n`<https://gcovr.com/en/latest/contributing.html>`_\n\nLicense\n-------\n\nThis software is distributed under the 3-clause BSD License.\nSee `<https://gcovr.com/en/latest/license.html#license-terms>`_ for details.\nSee `<https://gcovr.com/en/latest/license.html#acknowledgements>`_\nfor the full list of contributors.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Generate C/C++ code coverage reports with gcov",
    "version": "8.3",
    "project_urls": {
        "Documentation": "https://gcovr.com",
        "Github": "https://github.com/gcovr/gcovr",
        "Issues": "https://github.com/gcovr/gcovr/issues"
    },
    "split_keywords": [
        "cobertura",
        " jenkins",
        " coverage",
        " gcc",
        " gcov",
        " lcov"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "255922844af9ee07d106aeefcf1f19355b7dcf36deef01eb7bc9045839b5a0aa",
                "md5": "c701d421a78a2f84ac7fa6c6898c9584",
                "sha256": "d613a90aeea967b4972fbff69587bf8995ee3cd80df2556983b73141f30642d2"
            },
            "downloads": -1,
            "filename": "gcovr-8.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c701d421a78a2f84ac7fa6c6898c9584",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 224188,
            "upload_time": "2025-01-19T22:24:56",
            "upload_time_iso_8601": "2025-01-19T22:24:56.886854Z",
            "url": "https://files.pythonhosted.org/packages/25/59/22844af9ee07d106aeefcf1f19355b7dcf36deef01eb7bc9045839b5a0aa/gcovr-8.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "409f2883275d71f27f81919a7f000afe7eb344496ab74d62e1c0e4a804918b9f",
                "md5": "e606f6c7c255494f21e15f0d4a89f1d8",
                "sha256": "faa371f9c4a7f78c9800da655107d4f99f04b718d1c0d9f48cafdcbef0049079"
            },
            "downloads": -1,
            "filename": "gcovr-8.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e606f6c7c255494f21e15f0d4a89f1d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 175323,
            "upload_time": "2025-01-19T22:24:58",
            "upload_time_iso_8601": "2025-01-19T22:24:58.564745Z",
            "url": "https://files.pythonhosted.org/packages/40/9f/2883275d71f27f81919a7f000afe7eb344496ab74d62e1c0e4a804918b9f/gcovr-8.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-19 22:24:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gcovr",
    "github_project": "gcovr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gcovr"
}
        
Elapsed time: 0.83943s