gerritholl / fogtools

tools for R&D related to fogpy
MIT License
0 stars 0 forks source link

Expand error cathing #44

Closed gerritholl closed 4 years ago

gerritholl commented 4 years ago

When building the fog database, catch not only FogDBError but also OSError and EOFError.

Closes #39.

codecov-commenter commented 4 years ago

Codecov Report

Merging #44 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           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.