Closed johannes-wolf closed 3 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
28.6% Duplication on New Code
β1 filesβ Β±0βββ1 suitesβ Β±0βββ3m 7s :stopwatch: -3s 34 tests Β±0ββ34 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β 35 runsβ Β±0ββ35 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit d128a4e5.βΒ± Comparison against base commit e583bdbf.
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
include.simfil | 61% | 43% | β |
include.simfil.model | 87% | 61% | β |
src | 73% | 41% | β |
src.model | 80% | 47% | β |
Summary | 74% (2055 / 2786) | 43% (1656 / 3829) | β |
Minimum allowed line rate is 50%
Nice π―
Removes
eval(..., rootIndex)
which was a wrapper foreval(..., *pool.root(0))
.Also fixes a minor issue when building without
readline
.