On top of the threshold values that we already have, can we add an extra setting to block merges if the code coverage percentage goes down by a predetermined percentage?
For example, if my repo has 95% coverage now and I have set the threshold value to 90%. I would like to specify a condition that new pull requests should not reduce code coverage by 1% or more.