nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

Feature/implement data file store #270

Closed RoaldL closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #270 into develop will increase coverage by 5.15%. The diff coverage is 86.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #270      +/-   ##
===========================================
+ Coverage    63.85%   69.01%   +5.15%     
===========================================
  Files           55       55              
  Lines         4513     4512       -1     
  Branches       528      537       +9     
===========================================
+ Hits          2882     3114     +232     
+ Misses        1547     1292     -255     
- Partials        84      106      +22
Flag Coverage Δ
#javascript 69.01% <86.33%> (+5.15%) :arrow_up:
#python 77.67% <86.33%> (+6.2%) :arrow_up:
Impacted Files Coverage Δ
src/smif/data_layer/abstract_data_store.py 100% <100%> (ø) :arrow_up:
src/smif/data_layer/datafile_interface.py 76.61% <82.6%> (+29.45%) :arrow_up:
src/smif/data_layer/store.py 95.87% <85.18%> (-4.13%) :arrow_down:
src/smif/data_layer/memory_interface.py 91.82% <91.42%> (-0.8%) :arrow_down:
src/smif/controller/execute.py 39.13% <0%> (+13.04%) :arrow_up:
src/smif/controller/build.py 34.92% <0%> (+14.28%) :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 ac52968...21ba188. Read the comment docs.