Skip to content

Releases: lucassabreu/comment-coverage-clover

Release v0.13.0

20 Mar 09:42
a0574bf
Compare
Choose a tag to compare

Added

  • explanation about forks and token permissions with them.
  • new option skip-comments-on-forks to prevent blocking pull requests from forks because of lack of
    permissions.

Changed

  • improving error reporting for debugging purposes

Release v0.12.0

02 Feb 14:36
5c16829
Compare
Choose a tag to compare

Added

  • create job step summary

Release v0.11.0

29 Jan 20:51
ea8d2cc
Compare
Choose a tag to compare

Changed

  • update action to node20

Release v0.10.4

01 Nov 10:05
544fb11
Compare
Choose a tag to compare

Fixed

  • cover report with baseline example did not skip cover report action out of pull requests.

Release v0.10.3

19 Oct 13:53
bbb7859
Compare
Choose a tag to compare

Added

  • scopes required for the github-token input
  • signature input documented on README

Fixed

  • when the token set for the action is not valid the action will now fail with an error.
  • if the workflow context does no have a pull request the action will fail with an error.

Release v0.10.2

14 Jul 21:25
77afdcf
Compare
Choose a tag to compare

Fixed

  • security update for semver library

Release v0.10.1

11 Jul 12:11
3d3b24c
Compare
Choose a tag to compare

Fixed

  • security update for semver library

Release v0.10.0

31 May 23:47
4c27c37
Compare
Choose a tag to compare

Added

  • better support for personal access tokens (asked for at #35)

Changed

  • dependencies upgraded

Release v0.9.4

25 May 13:49
fc5c218
Compare
Choose a tag to compare

Added

  • note about the marketplace releases

Release v0.9.3

24 May 17:14
eb9cbff
Compare
Choose a tag to compare

Added

  • option with-branches to control if the column Branches show be rendered

Fixed

  • plural of branch is branches (#34)