When using coverageFailOption: build and forceCoverageImprovement: true for PR build validation, is there a way to make it always use the target branch for its baseline?
The goal being that coverage should be increasing from the original target/mainline branch, but the individual feature branch that is being evaluated in the PR can fluctuate above that amount. The current behavior seems to be that once the feature branch coverage increases, it cannot decrease at all - even though it is still an improvement to the target branch.