Closed tjiagoM closed 6 years ago
Merging #20 into master will increase coverage by
6.57%
. The diff coverage is57.97%
.
@@ Coverage Diff @@
## master #20 +/- ##
==========================================
+ Coverage 15.72% 22.29% +6.57%
==========================================
Files 20 19 -1
Lines 2118 1785 -333
Branches 541 477 -64
==========================================
+ Hits 333 398 +65
+ Misses 1765 1360 -405
- Partials 20 27 +7
Impacted Files | Coverage Δ | |
---|---|---|
maybrain/algorithms/modularity.py | 0% <0%> (ø) |
:arrow_up: |
maybrain/algorithms/degeneration.py | 0% <0%> (ø) |
:arrow_up: |
maybrain/resources/__init__.py | 100% <100%> (ø) |
:arrow_up: |
maybrain/plotting/matrices.py | 83.95% <100%> (ø) |
:arrow_up: |
maybrain/utils/__init__.py | 100% <100%> (ø) |
:arrow_up: |
maybrain/brain.py | 66.88% <100%> (+12.81%) |
:arrow_up: |
maybrain/utils/writers.py | 20% <20%> (ø) |
|
maybrain/utils/highlights.py | 80% <80%> (ø) |
|
... and 1 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 498d0d4...d5daf68. Read the comment docs.
Mainly: Removing legacy code not useful anymore. Moving legacy code to new packages/modules.