Closed marcinlos closed 3 years ago
Merging #48 (04567c7) into develop (ffb64d3) will increase coverage by
5.44%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## develop #48 +/- ##
===========================================
+ Coverage 23.64% 29.08% +5.44%
===========================================
Files 43 43
Lines 1108 1131 +23
===========================================
+ Hits 262 329 +67
+ Misses 846 802 -44
Impacted Files | Coverage Δ | |
---|---|---|
include/ads/basis_data.hpp | 12.50% <ø> (+12.50%) |
:arrow_up: |
src/ads/basis_data.cpp | 100.00% <100.00%> (+100.00%) |
:arrow_up: |
include/ads/bspline/bspline.hpp | 55.55% <0.00%> (+2.77%) |
:arrow_up: |
src/ads/bspline/bspline.cpp | 82.25% <0.00%> (+11.29%) |
:arrow_up: |
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 ffb64d3...04567c7. Read the comment docs.
Adding destructor and copy constructor for
ads::basis_data
prevents memory leaks and crashes when copying. Ultimately, manual memory management should be replaced by a proper multidimensional array.Closes #13