Closed gerritholl closed 4 years ago
Merging #44 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #44 +/- ##
=======================================
Coverage 98.44% 98.44%
=======================================
Files 19 19
Lines 964 964
Branches 102 102
=======================================
Hits 949 949
Misses 6 6
Partials 9 9
Impacted Files | Coverage Δ | |
---|---|---|
src/fogtools/db.py | 99.71% <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 32d2459...cea45a8. Read the comment docs.
When building the fog database, catch not only FogDBError but also OSError and EOFError.
Closes #39.