Closed josephbirkner closed 11 months ago
ββ1 filesβ Β±0ββββ1 suitesβ Β±0βββ11s :stopwatch: Β±0s 39 tests Β±0ββ39 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β 40 runsβ Β±0ββ40 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit 7fded10e.βΒ± Comparison against base commit 97f3da12.
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
include.simfil | 55% | 37% | β |
include.simfil.model | 74% | 63% | β |
src | 63% | 35% | β |
src.model | 77% | 42% | β |
Summary | 65% (2304 / 3529) | 37% (1921 / 5200) | β |
Minimum allowed line rate is 50%
Fixes #48
We were always explicitely casting from
shared_model_ptr<Derived>
toshared_model_ptr<ModelNode>
. This is now not necessary anymore when callingObject::addField
orArray::append
.