This repository was archived by the owner on Jan 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ cppcheck JUnit Converter
1010.. image :: https://img.shields.io/pypi/v/cppcheck-junit.svg
1111 :target: https://pypi.python.org/pypi/cppcheck-junit
1212
13+ .. image :: https://img.shields.io/pypi/status/cppcheck-junit.svg
14+ :target: https://pypi.python.org/pypi/cppcheck-junit
15+
1316.. image :: https://img.shields.io/pypi/pyversions/cppcheck-junit.svg
1417 :target: https://pypi.python.org/pypi/cppcheck-junit/
1518
16- .. image :: https://img.shields.io/pypi/dd /cppcheck-junit.svg
19+ .. image :: https://img.shields.io/pypi/dm /cppcheck-junit.svg
1720 :target: https://pypi.python.org/pypi/cppcheck-junit/
1821
1922Tool that converts `cppcheck <http://cppcheck.sourceforge.net/ >`_ XML output to JUnit XML format.
@@ -47,6 +50,11 @@ Convert it to JUnit XML format:
4750 Releases
4851--------
4952
53+ 1.0.0 - 2016-02-15
54+ ^^^^^^^^^^^^^^^^^^
55+
56+ Release 1.0.0. Increase test coverage.
57+
50580.2.0 - 2016-01-28
5159^^^^^^^^^^^^^^^^^^
5260
Original file line number Diff line number Diff line change 88import sys
99from xml .etree import ElementTree
1010
11- __version__ = '0.2 .0'
11+ __version__ = '1.0 .0'
1212
1313EXIT_SUCCESS = 0
1414EXIT_FAILURE = - 1
Original file line number Diff line number Diff line change 2020 zip_safe = False ,
2121
2222 classifiers = [
23- 'Development Status :: 3 - Alpha ' ,
23+ 'Development Status :: 5 - Production/Stable ' ,
2424 'Environment :: Console' ,
2525 'Intended Audience :: Developers' ,
2626 'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments