Releases: lucassabreu/comment-coverage-clover
Releases · lucassabreu/comment-coverage-clover
Release v0.10.0
Release v0.9.4
Added
- note about the marketplace releases
Release v0.9.3
Added
- option
with-branches
to control if the columnBranches
show be rendered
Fixed
- plural of
branch
isbranches
(#34)
Release v0.9.2
Fixed
- when there was one package or file on a package the action failed to process the files
Release v0.9.1
Release v0.9.0
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
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
Fixed
- action was "panicking" when the
file
with the coverage was not found, a clearer message is shown now.
Release v0.7.0
Release v0.6.0
Added
- new option
only-with-coverable-lines
to filter out files that don't have lines of code to check.