Skip to content

Releases: johnthagen/cppcheck-junit

v2.4.0

13 Jan 19:32
da899ec
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @nkr0 made their first contribution in #23

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

v2.3.0

30 Apr 19:12
381d29a
Compare
Choose a tag to compare

What's Changed

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

v2.2.0

29 Mar 23:30
Compare
Choose a tag to compare
Release 2.2.0

Drop Python 2.7

29 Mar 14:35
e014415
Compare
Choose a tag to compare
v2.0.0

Drop Python 2.7, release 2.0.0 (#10)

Fix Bamboo support

18 Oct 11:35
Compare
Choose a tag to compare
v1.5.0

Release 1.5.0

Support Python 3.6

31 Dec 18:34
Compare
Choose a tag to compare
v1.3.0

Support Python 3.6.

Fix missing location tag bug

27 Jul 23:28
Compare
Choose a tag to compare
v1.2.0

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

Output successful test when no errors are present.

12 Apr 01:41
Compare
Choose a tag to compare

Release 1.0.0. Increase test coverage.

15 Feb 18:05
Compare
Choose a tag to compare
v1.0.0

Unit test argument parsing.

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

28 Jan 13:53
Compare
Choose a tag to compare
v0.2.0

Switch from FileNotFoundError to more generic IOError for compatibili…