Skip to content

Releases: undercover-el/undercover.el

Public API improvements, LCOV support

02 Jun 21:27
1d3587f
Compare
Choose a tag to compare
  • 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.

Major overhaul of CI service support

23 Jan 10:30
0bc3583
Compare
Choose a tag to compare
  • The most important changes are described in the commit message of this commit: b419373.
  • GitHub Actions support, using either the Coveralls or GitHub token.
  • Undercover itself is now using GitHub Actions for CI.

See the commit log for the full list of changes:
https://github.com/undercover-el/undercover.el/commits/master

UNDERCOVER_FORCE support

02 May 16:16
Compare
Choose a tag to compare
  • UNDERCOVER_FORCE environment variable support

UNDERCOVER_CONFIG support

21 Feb 09:06
Compare
Choose a tag to compare
  • UNDERCOVER_CONFIG environment variable support

Shippable and reports merging support

03 Jun 08:51
Compare
Choose a tag to compare
  • Coveralls repository token support.
  • Integration with Shippable.
  • Reports merging. WARNING: backward incompatible API change.

Errors coverage

12 Dec 12:16
Compare
Choose a tag to compare
  • error coverage support.

:report-file option

02 Dec 10:37
Compare
Choose a tag to compare
  • :report-file option allow you to save report locally for future processing (#3).

Ecukes support

12 Oct 09:32
Compare
Choose a tag to compare
  • Integration with ecukes.
  • undercover function API change (#1).

Initial release

06 Oct 11:28
Compare
Choose a tag to compare