5monkeys / cobertura-action

GitHub Action to report cobertura coverage
MIT License
63 stars 69 forks source link

feature: allow skipping files or whole comments depending on total and minimum coverage #43

Open swistakm opened 3 years ago

swistakm commented 3 years ago

In our organization we have a lot of projects with coverage automation. We've found that it works for us best limit the amount of automation noise by showing only reports when specific thresholds are not satisfied.

This change adds two parameters:

We've found this particular change useful in our setup so I'm sharing it as a contribution to upstream.

github-actions[bot] commented 3 years ago

File Coverage
All files 99% :white_check_mark:
src/action.js 99% :white_check_mark:
src/cobertura.js 98% :white_check_mark:

Minimum allowed coverage is 75%

Generated by :monkey: cobertura-action against cc02caede121961167bad1438b04968377305b5b

swistakm commented 3 years ago

Friendly bump :)

hannseman commented 3 years ago

Thanks for the PR and sorry about the really late reply. This looks really good, if you can fix the conflict and rebuild the action we can get this merged.