I have a repo whose overall coverage level is 50%. My goal is 90%, but I know that a single PR won’t get me there. What I’d like to do is a setting that says:
Pass the PR only if the files impacted by the PR are all at 90% coverage or greater, and the PR does not decrease overall coverage.
Is this possible?