- Add
(:report-format 'lcov)
, which instructsundercover
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 useundercover
programmatically. - Document how to use the Coveralls and CodeCov GitHub actions.