CodeChecker-Action

Execute static analysis through CodeChecker in the CI.

MIT License

Stars
15
Committers
1

Bot releases are visible (Hide)

CodeChecker-Action - v1.0.4 Latest Release

Published by whisperity over 1 year ago

Fixed the CodeChecker "JSON config file" (--config config.json) not getting properly passed to CodeChecker parse commands.

CodeChecker-Action - v1.0.3

Published by whisperity almost 2 years ago

This is an NFC patch that prevents accidentally installing an rc version by default (for "latest version") if that is the available newest package on PyPI.

CodeChecker-Action - v1.0.2

Published by whisperity about 2 years ago

This is an NFC patch that replaces the use of a deprecated GitHub Actions-internal feature with the new supported alternative. (#4)

CodeChecker-Action - v1.0.1

Published by whisperity over 2 years ago

This is an NFC patch that fixes the inability of installing clang-tidy on newer pre-packaged Ubuntu images of GitHub Actions. (#2)

CodeChecker-Action - v1.0.0

Published by whisperity over 2 years ago

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
Package Rankings
Top 24.45% on Github actions
Related Projects