Skip to content

Public API improvements, LCOV support

Latest
Compare
Choose a tag to compare
@CyberShadow CyberShadow released this 02 Jun 21:27
· 4 commits to master since this release
1d3587f
  • Add (:report-format 'lcov), which instructs undercover to generate the coverage report in the format used by GCOV / LCOV / geninfo.
  • Add (:files ...), (:report-on-kill ...), (:merge-report ...), (:verbosity ...) options which should make it easier to use undercover programmatically.
  • Document how to use the Coveralls and CodeCov GitHub actions.