Closed pzahemszky closed 5 years ago
Merging #88 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #88 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 420 420
Branches 41 41
=====================================
Hits 420 420
Impacted Files | Coverage Δ | |
---|---|---|
pZudoku/tests/test_hb6d_board.py | 100% <ø> (ø) |
:arrow_up: |
pZudoku/hb6d_board.py | 100% <100%> (ø) |
: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 6d8c601...9c13ac9. Read the comment docs.
Clean up some PEP8 code style issues.
Also, append
--ignore=
toflake8
if we're at it.