You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The threshold is needed because some tests used by coverage data have randomized behavior and might not hit exactly the same lines of code on each runs.
However, the CI is failing with smaller percentage, like in #5315.
(project code coverage moved by less than 2%).
The configuration should enforce that:
every patch has at least 80% coverage, ignoring documentation (all *.md files)
every PR does not reduce the project coverage by more than 2%