Closed josephbirkner closed 11 months ago
ββ1 filesβ Β±0ββββ1 suitesβ Β±0βββ10s :stopwatch: Β±0s 40 tests Β±0ββ40 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β 41 runsβ Β±0ββ41 :heavy_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit f1eea784.βΒ± Comparison against base commit 7969b196.
:recycle: This comment has been updated with latest results.
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
include.simfil | 54% | 37% | β |
include.simfil.model | 73% | 63% | β |
src | 63% | 35% | β |
src.model | 78% | 44% | β |
Summary | 65% (2313 / 3541) | 37% (1940 / 5212) | β |
Minimum allowed line rate is 50%
Interfacing with simfil points is a bit cumbersome, as there are no useful constructors defined. This PR bumps simfils C++ requirement to 20, and uses concepts to define a constructor which can take any object with x/y(/z) members, such as a glm vector.