Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@threeal threeal released this 01 Jan 06:22
· 694 commits to main since this release
a27612a

First release.

  • Auto detect and install gcovr if has not been installed.
  • Support to generate code coverage report with the following optional inputs:
    • Specify project root directory.
    • Specify gcov executable to be used, useful if the project is compiled using LLVM.
    • Exclude some source files using regular expression.
    • Make the action fail if coverage is below specific threshold.
  • Support to generate and send code coverage report to Coveralls.