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 details)
Built Distribution
File details
Details for the file cppcheck-junit-0.1.0.tar.gz
.
File metadata
- Download URL: cppcheck-junit-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 354197ce41f1bea7c1da7cb97388d1e281cd1268c130989dc3caf4de8aebc657 |
|
MD5 | bdb453456c8ca4c554493a01a8394e83 |
|
BLAKE2b-256 | b702f9af15960e33c8c639fd38f8e02ed6aec6948c4571a72548290494aedde4 |
Provenance
File details
Details for the file cppcheck_junit-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: cppcheck_junit-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46d6c50b5e260ef08c36c4bf987177363e59fd883ac44ad6e38ad4d3cf28cedb |
|
MD5 | b42ad7a551a26d623acdee5e34b46ed2 |
|
BLAKE2b-256 | 7f61972d44bec137849008f5f2a37167814f05d0df8fde3665e8ceeae3caa8de |