Releases: lucassabreu/comment-coverage-clover
Releases · lucassabreu/comment-coverage-clover
Release v0.5.2
Fixed
@actions/core
has Delimiter Injection Vulnerability in exportVariable
Release v0.5.1
Fixed
- parameter should be name
table-below-coverage
, nottable-bellow-coverage
Release v0.5.0
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
Fixed
- fixing typo "Lengend" to "Legend" (thanks @DennisLammers)
Release v0.4.1
Fixed
- option
with-table
was "hidding" the summary totals.
Release v0.4.0
Added
- option
with-table
to show the table summary (on by default)
Release v0.3.0
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
andmin-method-coverage
to fail the action when coverage percentage of lines or methods goes below a threshold
Release v0.2.0
Added
- a ascii chart will be generated with the distribution of coverage to help
visualize the state of the project.
Release v0.1.5
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
(fix): base-file may not exist (#5)