Skip to main content

Converts Cppcheck XML output to JUnit format.

Project description

https://travis-ci.org/johnthagen/cppcheck-junit.svg https://codeclimate.com/github/johnthagen/cppcheck-junit/badges/gpa.svg https://codeclimate.com/github/johnthagen/cppcheck-junit/badges/issue_count.svg https://codecov.io/github/johnthagen/cppcheck-junit/coverage.svg https://img.shields.io/pypi/v/cppcheck-junit.svg https://img.shields.io/pypi/status/cppcheck-junit.svg https://img.shields.io/pypi/pyversions/cppcheck-junit.svg https://img.shields.io/pypi/dm/cppcheck-junit.svg

Tool that converts cppcheck XML output to JUnit XML format. Use on your CI servers to get more helpful feedback.

Installation

You can install, upgrade, and uninstall cppcheck-junit with these commands:

$ pip install cppcheck-junit
$ pip install --upgrade cppcheck-junit
$ pip uninstall cppcheck-junit

Usage

Enable XML version 2 output, enable additional rules (for example all), and redirect cppcheck stderr to a file:

$ cppcheck --xml-version=2 --enable=all . 2> cppcheck-result.xml

Convert it to JUnit XML format:

$ cppcheck_junit cppcheck-result.xml cppcheck-junit.xml

If no cppcheck errors are generated, a single "Cppcheck success" test case is output so that CI tools like Bamboo will not fail on the JUnit task.

Releases

1.2.0 - 2016-04-13

Actually handle cppcheck errors that don’t have a <location> tag. Update test suite to use tox.

1.1.2 - 2016-04-13

Handle cppcheck errors that don’t have a <location> tag.

1.1.1 - 2016-04-11

Fix requirements.txt include for setup.py.

1.1.0 - 2016-04-11

If no cppcheck errors are parsed, output a single success test case to satisfy Bamboo.

1.0.0 - 2016-02-15

Release 1.0.0. Increase test coverage.

0.2.0 - 2016-01-28

Added severity to JUnit message, improved help description, handle XML parsing errors.

0.1.0 - 2015-11-15

First release.

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-junit-1.2.0.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file cppcheck-junit-1.2.0.tar.gz.

File metadata

File hashes

Hashes for cppcheck-junit-1.2.0.tar.gz
Algorithm Hash digest
SHA256 9937121ea26f307ac466bee0482cd07db02a6a8a3bd0f693f5a64009b9c83ce6
MD5 7a816fc49ab31cc2601103fa6b28eaec
BLAKE2b-256 1df4d7aec827e8dfd2d05e67a272b3ec2797b68195d9105a6daf4677909d8eb8

See more details on using hashes here.

Provenance

Supported by

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