Closed fabiosky closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
master@eb8e70d
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #47 +/- ##
=========================================
Coverage ? 90.08%
=========================================
Files ? 9
Lines ? 3269
Branches ? 0
=========================================
Hits ? 2945
Misses ? 324
Partials ? 0
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 eb8e70d...31cf89e. Read the comment docs.
Issue #10 , if available:
Description of changes:
Code was heavily refactored to keep into account for out of bounds errors. Previously this could result in undefined behaviour, since the library could access invalid data.
To ensure proper coverage, tarpaulin coverage was included. This was used also to fix 3. and 4. Coverage reports now at 90%, but the actual coverage is even higher, because tarpaulin is not able to cover lines belonging to inlined functions or propagated constants.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.