Releases: andybelltree/lcov-reporter-action
Releases · andybelltree/lcov-reporter-action
v1.7.0
- Upgrade to node 20
v1
What's Changed
- Update runtime to node20 by @PascalMartinPhocas in #14
New Contributors
- @PascalMartinPhocas made their first contribution in #14
Full Changelog: v1.6.0...v1
v1.6.0
- Fixes a bug with deleting old comments when dont-post-if-no-changed-files-in-report was false
Update to node16
Update to node16 as node12 is being deprecated. Also merge in upstream changes from original project to allow setting of hrefs
Add failure threshold
Allow setting fail-drop-percent-threshold which will fail the action if coverage drops below a given percent
Hide summary for empty reports
If the report table is empty, don't display a title for it
Allow skipping posting empty reports
Adds option dont-post-if-no-changed-files-in-report, which when supplied will prevent posting when no changed files are included in the coverage report
Fix boolean parameters
Fixes boolean parameters being passed in as strings which made them always true, unless the empty string was passed.
Allow limiting of covered lines
Supply the parameter max-uncovered-lines
to limit the number of uncovered lines displayed
Allow filtering of only changed files
- Added filter-changed-files boolean parameter for only showing changes to changed files
- Added delete-old-comments boolean parameter which will attempt to delete old comments when a PR is updated
- Added optional title parameter for including a title on the comment
- Added normalisation for windows paths with backslashes
- Limit size of comment so that it won't exceed the github limit of 65536