Converts Cppcheck XML output to JUnit format.
Project description
Tool that converts cppcheck 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 all message, 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
Releases
0.1.0 - 2015-11-15
First release.
Project details
Release history Release notifications | RSS feed
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-0.1.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for cppcheck_junit-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46d6c50b5e260ef08c36c4bf987177363e59fd883ac44ad6e38ad4d3cf28cedb |
|
MD5 | b42ad7a551a26d623acdee5e34b46ed2 |
|
BLAKE2b-256 | 7f61972d44bec137849008f5f2a37167814f05d0df8fde3665e8ceeae3caa8de |