openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

Set required code coverage to 93% fixed

Open redcatbear opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. At the moment code coverage checks complain if a commit reduces overall coverage even in the slightest. While we do not want to reduce coverage it can happen for very small commits that minimal coverage reduction happens that would be compensated by a larger commit.

Describe the solution you'd like In the end what we want is a fixed coverage goal of 93%.

Describe alternatives you've considered Requiring 100% coverage to avoid the hassle -- but that does not work since we defensively add exceptions to unreachable code conditions (like case-default in enumerations).

redcatbear avatar Jun 30 '18 10:06 redcatbear