For PRs, we do not want to see coverage for new lines only, but rather i would want to be able to see the delta from the total target branch coverage.
So if Main branch has 80% coverage, and Branch X will have 78% after merge, we’d see something like:
78% coverage, -2% from Main
I understand the idea/philosophy you encourage for clean branches… i just do not like it very much
Is this something that can be set up?