Skip to content

Releases: lucassabreu/comment-coverage-clover

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)

Release v0.9.2

21 Mar 16:50
b795fd1
Compare
Choose a tag to compare

Fixed

  • when there was one package or file on a package the action failed to process the files

Release v0.9.1

01 Mar 14:53
caae140
Compare
Choose a tag to compare

Added

  • support for clover files generated from jest

Thanks

Thank you to @jacekk for improving the project on PR #27

Release v0.9.0

17 Feb 22:02
de98d82
Compare
Choose a tag to compare

Fixed

  • when no files/lines are left after the filters the comment will show "No files reported or matching filters"
    on the table.
  • when the size of the comment becomes too big for Github, the table will be cut short with the comment
    "Table truncated to fit comment"

Release v0.8.0

02 Nov 21:37
280b325
Compare
Choose a tag to compare

Added

  • option table-coverage-change to filter files shown on table by percentage change of a file.
  • option show-percentage-change-on-table to show coverage changes on the table

Release v0.7.1

02 Nov 13:37
78b7941
Compare
Choose a tag to compare

Fixed

  • action was "panicking" when the file with the coverage was not found, a clearer message is shown now.

Release v0.7.0

21 Oct 09:56
ef0717e
Compare
Choose a tag to compare

Changed

  • upgrading node version to 16

Thanks

Thank you to @sertxudev for the contribution at #21.

Release v0.6.0

20 Sep 21:37
Compare
Choose a tag to compare

Added

  • new option only-with-coverable-lines to filter out files that don't have lines of code to check.