Closed ludvigak closed 2 years ago
Merging #40 (4568f59) into master (f935efa) will increase coverage by
0.35%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
+ Coverage 89.70% 90.05% +0.35%
==========================================
Files 3 3
Lines 340 352 +12
==========================================
+ Hits 305 317 +12
Misses 35 35
Impacted Files | Coverage Δ | |
---|---|---|
src/guru.jl | 86.99% <100.00%> (+1.40%) |
: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 f935efa...4568f59. Read the comment docs.
Just tested this branch and can confirm, this fixes #39!
This should hopefully avoid segfault due to users not knowing exactly how the memory management works under the hood.
Fixes #39