Skip to content

Commit 7e5b6f7

Browse files
committed
coverage
1 parent 0307202 commit 7e5b6f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.simplecov

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ if ENV.fetch("COVERAGE", 0).to_i.positive?
7070
# However (possibly due to some residual random behaviour in test factories)
7171
# the line coverage needs to be set 0.02 below the reported value.
7272
# Normally this value needs to be 0.01 below the reported value due to rounding issues.
73-
minimum_coverage line: 97.43, branch: 87.35
74-
# Values from test run Mon 9th March 2026
75-
# 97.45% (12667 / 12998) -> 333 - 2 = 331 lines uncovered
76-
# 87.37% (2823 / 3231) -> 177 + 231 = 408 branches uncovered
73+
minimum_coverage line: 97.57, branch: 87.38
74+
# Values from test run Fri 6th March 2026
75+
# 97.7% (12705 / 13004) -> 308 + 53 = 361 lines uncovered
76+
# 87.47% (2828 / 3233) -> 179 + 233 = 412 branches uncovered
7777
end
7878
end

0 commit comments

Comments
 (0)