Closed pbtoast closed 5 years ago
Merging #328 into master will increase coverage by
1.5%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #328 +/- ##
=========================================
+ Coverage 77.18% 78.68% +1.5%
=========================================
Files 243 244 +1
Lines 36718 36812 +94
=========================================
+ Hits 28339 28964 +625
+ Misses 8379 7848 -531
Impacted Files | Coverage Δ | |
---|---|---|
geometry/colmesh.h | 73.91% <0%> (-11.81%) |
:arrow_down: |
core/unordered_map.h | 100% <0%> (ø) |
:arrow_up: |
geometry/tests/test_colmesh.c | 100% <0%> (ø) |
:arrow_up: |
geometry/polymesh_node_exchangers.c | 97.27% <0%> (ø) |
:arrow_up: |
geometry/tests/test_colmesh_field.c | 96.2% <0%> (ø) |
|
geometry/lua_geometry.c | 72.47% <0%> (+0.01%) |
:arrow_up: |
core/partitioning.c | 81.18% <0%> (+0.07%) |
:arrow_up: |
core/serializer.c | 45.29% <0%> (+3.58%) |
:arrow_up: |
core/exchanger.c | 87.95% <0%> (+6.1%) |
:arrow_up: |
core/slist.h | 100% <0%> (+20%) |
:arrow_up: |
... and 5 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1220546...c72ded0. Read the comment docs.
Also fixed bugs, cleaned up code, and bumped third-party libraries.
Fixes #312