Open swistakm opened 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
Friendly bump :)
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.
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:
skip_above_minimum
skips files in report that meet the specified minimum coverage thresholdskip_report_above_minimum
skips whole comment if project total coverage meets the specified minimum coverage thresholdWe've found this particular change useful in our setup so I'm sharing it as a contribution to upstream.