Branch Coverage reporting and threshold support #2704
AmritD
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem statement
We use SimpleCov for code coverage reporting. It already supports branch coverage reporting and we have it turned ON. Qlty however does not report this number and does not allow us to set the threshold for total and diff branch coverage.
Simplecov link: https://github.com/simplecov-ruby/simplecov?tab=readme-ov-file#branch-coverage-ruby--25
Solution brainstorm (optional)
Report SimpleCov total coverage and diff coverage numbers and allow customers to set a threshold so that PRs will fail if they don't meet the threshold.
Beta Was this translation helpful? Give feedback.
All reactions