Releases: johnthagen/cppcheck-junit
Releases · johnthagen/cppcheck-junit
v2.4.0
What's Changed
- Add support for Python 3.12 by @johnthagen in #22
- Include error info from multiple locations by @nkr0 in #23
- Use junitparser by @nkr0 in #24
- Enable mypy by @nkr0 in #26
- Release 2.4.0 by @johnthagen in #27
New Contributors
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Add support for Python 3.11 by @johnthagen in #20
- Release 2.3.0 by @johnthagen in #21
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Release 2.2.0
Drop Python 2.7
v2.0.0 Drop Python 2.7, release 2.0.0 (#10)
Fix Bamboo support
v1.5.0 Release 1.5.0
Support Python 3.6
v1.3.0 Support Python 3.6.
Fix missing location tag bug
v1.2.0 Fix handling Cppcheck errors that don't have a location. Release 1.2…
Output successful test when no errors are present.
v1.1.1 Add 1.1.1 section.
Release 1.0.0. Increase test coverage.
v1.0.0 Unit test argument parsing.
Added severity to JUnit message, improved help description, handle XML parsing errors
v0.2.0 Switch from FileNotFoundError to more generic IOError for compatibili…