Closed josephbirkner closed 7 months ago
β1 filesβ Β±0βββ1 suitesβ Β±0βββ3m 6s :stopwatch: Β±0s 42 tests +1ββ42 :white_check_mark: +1ββ0 :zzz: Β±0ββ0 :x: Β±0β 43 runsβ +1ββ43 :white_check_mark: +1ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit d7d5826c.βΒ± Comparison against base commit 7cd58aa8.
:recycle: This comment has been updated with latest results.
Issues
31 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
2.0% Duplication on New Code
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
include.simfil | 62% | 43% | β |
include.simfil.model | 82% | 59% | β |
src | 63% | 37% | β |
src.model | 79% | 46% | β |
Summary | 68% (2532 / 3715) | 40% (2065 / 5188) | β |
Minimum allowed line rate is 50%
We need some way to read simfil exceptions in WASM without using the native WASM exception support. The reason is, that native WASM exceptions disable JIT execution once they are thrown, which effectively makes the page unusable until it is reloaded (even if the exception is caught in WASM).
Used for Erdblick PR: https://github.com/ndsev/erdblick/pull/96