Closed jeaunrg closed 2 years ago
Merging #60 (a48ead4) into main (90ae064) will increase coverage by
1.69%
. The diff coverage is77.03%
.
@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 60.10% 61.80% +1.69%
==========================================
Files 14 14
Lines 1667 1686 +19
==========================================
+ Hits 1002 1042 +40
+ Misses 665 644 -21
Impacted Files | Coverage Δ | |
---|---|---|
main.py | 0.00% <0.00%> (ø) |
|
src/app.py | 0.00% <ø> (ø) |
|
src/view/graph.py | 53.54% <61.90%> (+0.20%) |
:arrow_up: |
src/view/ui.py | 44.63% <63.63%> (+0.22%) |
:arrow_up: |
src/presenter/presenter.py | 47.64% <64.10%> (+1.26%) |
:arrow_up: |
src/view/utils.py | 43.80% <68.75%> (+8.90%) |
:arrow_up: |
src/view/view.py | 67.72% <75.00%> (+0.62%) |
:arrow_up: |
src/view/graph_bricks.py | 70.90% <80.00%> (+0.42%) |
:arrow_up: |
src/presenter/utils.py | 59.09% <88.88%> (+2.99%) |
:arrow_up: |
src/model/model.py | 86.84% <90.00%> (+0.17%) |
:arrow_up: |
... and 4 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 90ae064...a48ead4. Read the comment docs.
Clean code with black and isort Add typing for better code navigation Move to python 3.9