Converts cpplint output to JUnit format.
Project description
Tool that converts cpplint output to JUnit XML format. Use on your CI servers to get more helpful feedback.
Note: The advanced PyPI hosted version of cpplint supports JUnit output format natively and is preferred to this package.
Installation
You can install, upgrade, and uninstall cpplint-junit with these commands:
$ pip install cpplint-junit
$ pip install --upgrade cpplint-junit
$ pip uninstall cpplint-junit
Usage
Redirect cpplint stderr to a file:
$ cpplint main.cpp 2> cpplint.txt
Convert it to JUnit XML format:
$ cpplint_junit cpplint.txt cpplint_junit.xml
Releases
2.0.0 - 2020-03-29
Drop Python 2.7
1.3.0 - 2019-12-15
Drop Python 3.4 and support Python 3.8.
Include license file.
1.2.1 - 2019-10-14
Fix missing requirements.txt from source distribution that caused package to not install.
1.2.0 - 2018-07-09
Drop Python 3.3 and support Python 3.7.
1.1.0 - 2016-12-31
Support Python 3.6.
1.0.1 - 2016-03-05
Fix Python 2.7 compatibility by catching more general IOError on file not found.
1.0.0 - 2016-02-15
Release 1.0. Increase test coverage.
0.2.3 - 2015-11-14
Use “error” consistently rather than “failure” to refer to results from cpplint.
0.2.2 - 2015-11-14
Mis-release.
0.2.1 - 2015-10-24
Added console entry point.
0.1.0 - 2015-10-24
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
Built Distribution
Hashes for cpplint_junit-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | daf81f693cb237f9dfb6007db73a321c61f148546e4ab250d9c4c1cba646cf95 |
|
MD5 | 46c9a88cd954fd84c28fffa344bcd663 |
|
BLAKE2b-256 | 08d0f2466c21f9192b2acda671a1266365dd0c726ffc7444f33d0f78faccb153 |