Skip to content

Releases: lucassabreu/comment-coverage-clover

Release v0.5.2

18 Aug 21:06
b4698c7
Compare
Choose a tag to compare

Fixed

  • @actions/core has Delimiter Injection Vulnerability in exportVariable

Release v0.5.1

19 Jan 09:54
Compare
Choose a tag to compare

Fixed

  • parameter should be name table-below-coverage, not table-bellow-coverage

Release v0.5.0

18 Jan 22:24
Compare
Choose a tag to compare

Added

  • options table-type-coverage, table-bellow-coverage and
    table-above-coverage to allow users to hide files where the coverage is out
    of a range, that way large projects were most files are above 80% coverage
    can hide the ones bellow that.

Release v0.4.2

07 Jan 12:31
Compare
Choose a tag to compare

Fixed

Release v0.4.1

07 Jan 12:33
Compare
Choose a tag to compare

Fixed

  • option with-table was "hidding" the summary totals.

Release v0.4.0

17 Dec 15:18
Compare
Choose a tag to compare

Added

  • option with-table to show the table summary (on by default)

Release v0.3.0

20 Aug 00:56
Compare
Choose a tag to compare

Added

  • options max-line-coverage-decrease to fail the action when the diff between current and previous coverage percentage of lines or methods is above a threshold
  • options min-line-coverage and min-method-coverage to fail the action when coverage percentage of lines or methods goes below a threshold

Release v0.2.0

19 Aug 16:27
Compare
Choose a tag to compare

Added

  • a ascii chart will be generated with the distribution of coverage to help
    visualize the state of the project.

Release v0.1.5

18 Aug 01:31
d39ce0c
Compare
Choose a tag to compare

Added

  • support for a custom signature on the pull request comment.
  • example on readme on how to use artifacts to compare coverage between base
    branch and current commit.
  • this changelod file to help keep track of repository progression.

Changed

  • when base-file is not found an non-blocking error will be created on the
    workflow for user diagnosis, instead of just skipping it.
  • release workflow now uses notes from CHANLOG.md on release summary.

Release v0.1.4

16 Aug 13:30
b28b20a
Compare
Choose a tag to compare
(fix): base-file may not exist (#5)