lcov-reporter-action
lcov-reporter-action copied to clipboard
Limit uncovered lines
Added a new feature on top of https://github.com/romeovs/lcov-reporter-action/pull/31
Supplying the parameter max-uncovered-lines
will limit the number of items shown in the uncovered lines column. This prevents classes with a large number of uncovered lines bloating the report.
Example usage
- name: Comment code coverage
uses: andybelltree/[email protected]
with:
max-uncovered-lines: 5