Open Libbum opened 6 years ago
Merging #58 into master will decrease coverage by
0.01%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #58 +/- ##
==========================================
- Coverage 23.33% 23.32% -0.02%
==========================================
Files 7 7
Lines 1821 1822 +1
==========================================
Hits 425 425
- Misses 1396 1397 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/output.rs | 49.59% <0%> (-0.28%) |
:arrow_down: |
src/potential.rs | 15.81% <0%> (+0.07%) |
: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 adb0d24...d23e2f0. Read the comment docs.
There's a heap of overhead complexity now that is causing major concerns. A large refactor is probably needed. Will start here by adding a heap of types and invoke self assigned operations rather than passing everything everywhere. May include some fixes for #48.