File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
7878end
You can’t perform that action at this time.
0 commit comments