Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Releases: johnthagen/cppcheck-junit

v2.4.0

Choose a tag to compare

@johnthagen johnthagen released this 13 Jan 19:32
da899ec

What's Changed

New Contributors

  • @nkr0 made their first contribution in #23

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@johnthagen johnthagen released this 30 Apr 19:12
381d29a

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@johnthagen johnthagen released this 29 Mar 23:30
Release 2.2.0

Drop Python 2.7

Choose a tag to compare

@johnthagen johnthagen released this 29 Mar 14:35
e014415
v2.0.0

Drop Python 2.7, release 2.0.0 (#10)

Fix Bamboo support

Choose a tag to compare

@johnthagen johnthagen released this 18 Oct 11:35
v1.5.0

Release 1.5.0

Support Python 3.6

Choose a tag to compare

@johnthagen johnthagen released this 31 Dec 18:34
v1.3.0

Support Python 3.6.

Fix missing location tag bug

Choose a tag to compare

@johnthagen johnthagen released this 27 Jul 23:28
v1.2.0

Fix handling Cppcheck errors that don't have a location.  Release 1.2…

Output successful test when no errors are present.

Choose a tag to compare

@johnthagen johnthagen released this 12 Apr 01:41
v1.1.1

Add 1.1.1 section.

Release 1.0.0. Increase test coverage.

Choose a tag to compare

@johnthagen johnthagen released this 15 Feb 18:05
v1.0.0

Unit test argument parsing.

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

Choose a tag to compare

@johnthagen johnthagen released this 28 Jan 13:53
v0.2.0

Switch from FileNotFoundError to more generic IOError for compatibili…