Code coverage merge protection for pull requests
Branch rulesets now support blocking pull requests from merging when test coverage drops below thresholds you set, allowing you to enforce minimum coverage percentages.
You can now use branch rulesets to block pull requests from merging when test coverage drops below thresholds you set.
You can set a minimum coverage percentage, a maximum allowed drop from the default branch, or both. You can start in evaluate mode to understand impact first, then switch to active mode when you’re ready to enforce merge protection.
This gives your team a practical quality gate at merge time so you can reduce accidental regressions and keep testing standards consistent as code changes.
This feature is now in public preview for all GitHub Code Quality users on github.com. GitHub Code Quality is available today for GitHub Enterprise Cloud and Team, but isn’t yet available on GitHub Enterprise Server. It’s free during the preview period.
Learn more
- Learn more about Code coverage in our documentation.
- Check out our GitHub Code Quality documentation.
- Join the discussion and leave feedback on the Code Coverage announcement in the GitHub Community.
The post GitHub code coverage merge protection for pull requests appeared first on The GitHub Blog.
Source: original entry ↗