Skip to content

Releases: andybelltree/lcov-reporter-action

v1.7.0

06 Feb 20:58
e88a462
Compare
Choose a tag to compare
  • Upgrade to node 20

v1

06 Feb 20:59
e88a462
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1

v1.6.0

11 Jul 04:15
bdff45c
Compare
Choose a tag to compare
  • Fixes a bug with deleting old comments when dont-post-if-no-changed-files-in-report was false

Update to node16

27 Nov 23:38
Compare
Choose a tag to compare

Update to node16 as node12 is being deprecated. Also merge in upstream changes from original project to allow setting of hrefs

Add failure threshold

19 Sep 01:41
42fd1ed
Compare
Choose a tag to compare

Allow setting fail-drop-percent-threshold which will fail the action if coverage drops below a given percent

Hide summary for empty reports

29 Aug 05:23
53cb1e0
Compare
Choose a tag to compare

If the report table is empty, don't display a title for it

Allow skipping posting empty reports

29 Aug 04:56
6ae0eb6
Compare
Choose a tag to compare

Adds option dont-post-if-no-changed-files-in-report, which when supplied will prevent posting when no changed files are included in the coverage report

Fix boolean parameters

21 Nov 20:18
9bef174
Compare
Choose a tag to compare

Fixes boolean parameters being passed in as strings which made them always true, unless the empty string was passed.

Allow limiting of covered lines

16 Nov 21:55
87352ea
Compare
Choose a tag to compare

Supply the parameter max-uncovered-lines to limit the number of uncovered lines displayed

Allow filtering of only changed files

15 Nov 03:19
97160d0
Compare
Choose a tag to compare
  • Added filter-changed-files boolean parameter for only showing changes to changed files
  • Added delete-old-comments boolean parameter which will attempt to delete old comments when a PR is updated
  • Added optional title parameter for including a title on the comment
  • Added normalisation for windows paths with backslashes
  • Limit size of comment so that it won't exceed the github limit of 65536