Closed MisterGC closed 8 months ago
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
include.simfil | 61% | 42% | β |
include.simfil.model | 82% | 59% | β |
src | 63% | 36% | β |
src.model | 79% | 44% | β |
Summary | 68% (2497 / 3684) | 38% (2042 / 5335) | β |
Minimum allowed line rate is 50%
β1 filesβ Β±0βββ1 suitesβ Β±0βββ3m 5s :stopwatch: -1s 40 tests Β±0ββ40 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β 41 runsβ Β±0ββ41 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit 8fe9e5bd.βΒ± Comparison against base commit 200750a7.
At least when using emscripten based cross-compilation for erdblick, the
bitsery
dependency was not fetched properly. There was not source/build dir in the_deps
dir. Not sure if it was hidden somewhere else but at the end this caused a linker error, because of the non-present bitsery library. This PR just changes to all-lower-case. I think it is somehow related to the way cmake populates variables when using FetchContent, but I don't know for sure. Nevertheless, I guess this should not have any negative side-effect but makes the cross-compilation work.