5monkeys / cobertura-action

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

Signal "check" failure when code coverage falls below threshold #38

Closed clintfred closed 3 years ago

clintfred commented 3 years ago

Thanks for the great action!

I have coverage running as a separate workflow and it appears in my PR's "checks" section. Is there a way to fail the check (red X) if code coverage doesn't meet its thresholds in addition to the comment the action already posts?

hannseman commented 3 years ago

This is now possible with #46 and #50 merged.