Skip to main content

Convert a CppCheck XML report to a GitLab-compatible Code Quality JSON report.

Project description

cppcheck-codequality

badge-pypi   badge-pypi-downloads

badge-pipeline   badge-coverage   badge-pylint   badge-formatting   badge-issues-cnt

About

I wanted reports from CppCheck to appear in GitLab Merge Requests as Code Quality reports, which is a JSON file defined by the Code Climate team/service.

That's all this does: convert CppCheck XML to Code Climate JSON.

Usage

It is primarily used as a console script. As such, ensure you have Python 3's "scripts" directory in your PATH variable. For example, on Linux, that might be $HOME/.local/bin.

To test, try the --help or --version flags:

cppcheck-codequality --help

CppCheck already has a script to convert its XML report to HTML for easy human reading. See "Chapter 11 HTML Report" in the CppCheck Manual

This script follows that example and provides similar command-line options. A typical workflow might look like this:

# Generate CppCheck report as XML
cppcheck --xml --enable=warning,style,performance ./my_src_dir/ 2> cppcheck_out.xml
# Convert to a Code Climate JSON report
cppcheck-codequality --input-file cppcheck_out.xml --output-file cppcheck.json

If you wanted, you could invoke the script directly as a module, like this:

# Run as a module instead (note the underscore in the module name here)
python -m cppcheck_codequality --input-file=cppcheck_out.xml --output-file=cppcheck.json

Now, in your GitLab CI script, upload this file as a Code Quality report.

my-code-quality:
  script:
    - [...]
  artifacts:
    reports:
      codequality: cppcheck.json

Contributing

  • Format with black
  • Check with pylint
  • Run tests
  • Signoff commits (git commit -s) to indicate you agree to Developer Certificate of Origin (DCO) Version 1.1 https://developercertificate.org/
  • Create a GitLab merge request and I'll take a look!

Details

Setup development environment.

sudo apt install pipx
pipx install poetry
poetry install
source ./venv/bin/activate

Format

black ./

Use Tox to run tests in all python environments available on your system.

poetry run tox -e clean
poetry run tox

Credits & Trademarks

CppCheck is an open-source project with a GPL v3.0 license.

"Code Climate" may be a registered trademark of Code Climate, Inc. which provides super-cool free and paid services to the developer community.

"GitLab" is a trademark of GitLab B.V.

All other trademarks belong to their respective owners.

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

cppcheck_codequality-1.6.0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

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

cppcheck_codequality-1.6.0-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file cppcheck_codequality-1.6.0.tar.gz.

File metadata

  • Download URL: cppcheck_codequality-1.6.0.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.154+

File hashes

Hashes for cppcheck_codequality-1.6.0.tar.gz
Algorithm Hash digest
SHA256 88ecf0f77484b7cfced3a54d2b1a07c00e8f45bce37826c4ab8b52ae3ef71a26
MD5 2d5f14210041da22abd3609307066669
BLAKE2b-256 8e967bfb4533b7e319370059bb0026d2319da180a3b6ed324142233d9e67e8cb

See more details on using hashes here.

File details

Details for the file cppcheck_codequality-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cppcheck_codequality-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 035feee470bf707b079a65677bf7e2aa77fc6e9d7ede687b8193481f4ba124bc
MD5 9f7ba33950252af53aa3f36c3559d2fd
BLAKE2b-256 fef75ae4ad53ad1d2a7ce4e4ac77ffad1b16e594277eec64905e4a2bb0b21590

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