Closed pbtoast closed 6 years ago
Merging #326 into master will increase coverage by
0.75%
. The diff coverage is56.08%
.
@@ Coverage Diff @@
## master #326 +/- ##
==========================================
+ Coverage 76% 76.75% +0.75%
==========================================
Files 243 243
Lines 36689 36715 +26
==========================================
+ Hits 27884 28180 +296
+ Misses 8805 8535 -270
Impacted Files | Coverage Δ | |
---|---|---|
core/exchanger.h | 100% <ø> (ø) |
:arrow_up: |
core/unordered_set.h | 100% <ø> (ø) |
:arrow_up: |
core/ordered_set.h | 100% <ø> (ø) |
:arrow_up: |
core/array.h | 100% <ø> (+8.33%) |
:arrow_up: |
core/table.h | 100% <ø> (ø) |
:arrow_up: |
core/unordered_map.h | 100% <ø> (ø) |
:arrow_up: |
core/slist.h | 80% <ø> (ø) |
:arrow_up: |
core/avl_tree.h | 100% <ø> (ø) |
:arrow_up: |
core/priority_queue.h | 0% <ø> (ø) |
:arrow_up: |
core/tuple.h | 100% <ø> (ø) |
:arrow_up: |
... and 21 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 ea435a8...e5c7ec0. Read the comment docs.
Fixed some refcounting bugs. Fixed geometry calculations for polyhedron. Improved some documentation. Exposed reals_nearly_equal and set_real_epsilon to Lua. Pushed onward in colmesh progress.
Fixes #324