Skip to content

v1.0.0

Compare
Choose a tag to compare
@whisperity whisperity released this 26 Mar 15:57
· 8 commits to master since this release

Initial release of the CodeChecker Action.

  • Supports C++ static analysis driver features up to CodeChecker version 6.19.1
  • Integrated automatic download of latest CodeChecker (from PyPI and GitHub) and LLVM package (from APT)
  • Report converter support for 3rd-party analysers
  • Store and differentiate analysis results against a CodeChecker server
  • Ability act as a CI gate and break the build if new bugs are introduced