We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c4f0a commit e0511acCopy full SHA for e0511ac
.simplecov
@@ -67,7 +67,7 @@ if ENV.fetch("COVERAGE", 0).to_i.positive?
67
# However (possibly due to some residual random behaviour in test factories)
68
# the line coverage needs to be set 0.02 below the reported value.
69
# Nornmally this value needs to be 0.01 below the reported value due to rounding issues.
70
- minimum_coverage line: 97.40, branch: 87.23
+ minimum_coverage line: 97.48, branch: 87.32
71
# Values from test run Fri 13th February 2026
72
# 97.46% (12553 / 12880) -> 327 lines uncovered
73
# 87.18% (2808 / 3221) -> 192 + 221 = 411 branches uncovered
0 commit comments