nismod / smif

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

Rename DataInterface to Store #259

Closed tomalrussell closed 5 years ago

tomalrussell commented 5 years ago

Just renaming, in preparation for split/refactor.

codecov[bot] commented 5 years ago

Codecov Report

Merging #259 into master will not change coverage. The diff coverage is 84.61%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #259   +/-   ##
=======================================
  Coverage   73.74%   73.74%           
=======================================
  Files          52       52           
  Lines        4292     4292           
  Branches      518      518           
=======================================
  Hits         3165     3165           
  Misses       1038     1038           
  Partials       89       89
Flag Coverage Δ
#javascript 73.74% <84.61%> (ø) :arrow_up:
#python 83.92% <84.61%> (ø) :arrow_up:
Impacted Files Coverage Δ
src/smif/controller/build.py 83.07% <ø> (ø) :arrow_up:
src/smif/controller/modelrun.py 93.71% <ø> (ø) :arrow_up:
src/smif/data_layer/data_handle.py 81.28% <ø> (ø) :arrow_up:
src/smif/decision/decision.py 92.77% <ø> (ø) :arrow_up:
src/smif/exception.py 100% <ø> (ø) :arrow_up:
src/smif/data_layer/store.py 97.6% <100%> (ø)
src/smif/data_layer/database_interface.py 100% <100%> (ø) :arrow_up:
src/smif/data_layer/datafile_interface.py 85.09% <100%> (ø) :arrow_up:
src/smif/data_layer/memory_interface.py 87.62% <100%> (ø) :arrow_up:
src/smif/convert/register.py 82.52% <33.33%> (ø) :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 3546ce1...09a42c3. Read the comment docs.