Closed g3n35i5 closed 6 months ago
Merging #27 (3429ca7) into main (b6ca69c) will decrease coverage by
1.12%
. The diff coverage is92.70%
.
@@ Coverage Diff @@
## main #27 +/- ##
==========================================
- Coverage 93.67% 92.55% -1.13%
==========================================
Files 44 44
Lines 2008 2014 +6
Branches 171 200 +29
==========================================
- Hits 1881 1864 -17
- Misses 107 129 +22
- Partials 20 21 +1
Impacted Files | Coverage Δ | |
---|---|---|
atpbar/presentation/detect/jupy.py | 84.61% <0.00%> (ø) |
|
tests/presentation/test_is_jupyter_notebook.py | 100.00% <ø> (ø) |
|
tests/test_version.py | 100.00% <ø> (ø) |
|
tests/scenarios/conftest.py | 73.68% <47.61%> (-10.53%) |
:arrow_down: |
atpbar/presentation/detect/spy.py | 66.66% <50.00%> (ø) |
|
atpbar/stream.py | 51.28% <66.66%> (ø) |
|
tests/scenarios/test_readme_mantichora.py | 42.85% <77.77%> (+1.39%) |
:arrow_up: |
atpbar/presentation/txtprint.py | 82.85% <83.33%> (+0.50%) |
:arrow_up: |
atpbar/presentation/base.py | 88.04% <84.61%> (ø) |
|
atpbar/main.py | 90.62% <87.50%> (ø) |
|
... and 40 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 b6ca69c...3429ca7. Read the comment docs.
Running black and isort on the entire code base. This could be automated in future, e.g. by using tox or gh actions (in order to validate each commit / PR)
This resolves #26