| ... | @@ -255,7 +255,7 @@ fn unpackSourcesInner(tar_bytes: []u8) !void { | ... | @@ -255,7 +255,7 @@ fn unpackSourcesInner(tar_bytes: []u8) !void { |
| 255 | } | 255 | } |
| 256 | | 256 | |
| 257 | fn updateStats() error{OutOfMemory}!void { | 257 | fn updateStats() error{OutOfMemory}!void { |
| 258 | @setFloatMode(.optimized); | 258 | // No @setFloatMode(.optimized) since some stats may be at zero and lead to divisions by zero |
| 259 | | 259 | |
| 260 | if (recent_coverage_update.items.len == 0) return; | 260 | if (recent_coverage_update.items.len == 0) return; |
| 261 | | 261 | |