Closed rprimet closed 3 years ago
Merging #11 (f58a8de) into master (53b0520) will decrease coverage by
0.01%
. The diff coverage is80.00%
.
@@ Coverage Diff @@
## master #11 +/- ##
==========================================
- Coverage 74.07% 74.06% -0.02%
==========================================
Files 40 40
Lines 2565 2564 -1
==========================================
- Hits 1900 1899 -1
Misses 665 665
Flag | Coverage Δ | |
---|---|---|
unittests | 74.06% <80.00%> (-0.02%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
dicodile/data/home.py | 100.00% <ø> (ø) |
|
dicodile/data/images.py | 64.70% <ø> (-1.97%) |
:arrow_down: |
dicodile/data/text.py | 0.00% <0.00%> (ø) |
|
dicodile/data/tests/test_home.py | 100.00% <100.00%> (ø) |
|
dicodile/data/tests/test_mandril.py | 100.00% <100.00%> (ø) |
|
dicodile/utils/__init__.py | 100.00% <100.00%> (ø) |
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 53b0520...f58a8de. Read the comment docs.
Very cool! thx @rprimet :fire:
Add a workflow to run flake8, and fix outstanding flake8 complaints.
Should we add a pre-commit hook as well?