lcov-reporter-action icon indicating copy to clipboard operation
lcov-reporter-action copied to clipboard

Limit uncovered lines

Open andybelltree opened this issue 3 years ago • 0 comments

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

andybelltree avatar Nov 16 '21 22:11 andybelltree