gerritholl / fogtools

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

Raise FogDBError when ensuring fails #43

Closed gerritholl closed 4 years ago

gerritholl commented 4 years ago

When files are still not found after .ensure() was called, and no exception was raised downstream, raise a FogDBError.

codecov-commenter commented 4 years ago

Codecov Report

Merging #43 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   98.44%   98.44%           
=======================================
  Files          19       19           
  Lines         962      964    +2     
  Branches      101      102    +1     
=======================================
+ Hits          947      949    +2     
  Misses          6        6           
  Partials        9        9           
Impacted Files Coverage Δ
src/fogtools/db.py 99.71% <100.00%> (+<0.01%) :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 f115cf7...d43be4b. Read the comment docs.