CCI-MOC / flocx-market

2 stars 9 forks source link

Update data models to be non-server specific #146

Closed tzumainn closed 5 years ago

tzumainn commented 5 years ago

esi-leap has the capability of supporting multiple resource types; porting esi-leap into flocx-market requires updating the data models in flocx-market to match.

Addresses #145

codecov-io commented 5 years ago

Codecov Report

Merging #146 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
+ Coverage   92.47%   92.47%   +<.01%     
==========================================
  Files          52       52              
  Lines        2125     2127       +2     
==========================================
+ Hits         1965     1967       +2     
  Misses        160      160
Impacted Files Coverage Δ
flocx_market/tests/unit/objects/test_object_bid.py 100% <ø> (ø) :arrow_up:
...ocx_market/tests/unit/objects/test_object_offer.py 100% <ø> (ø) :arrow_up:
flocx_market/objects/bid.py 97.43% <ø> (ø) :arrow_up:
flocx_market/tests/unit/matcher/test_matcher.py 100% <ø> (ø) :arrow_up:
flocx_market/tests/unit/api/test_app_offer.py 100% <ø> (ø) :arrow_up:
...ocx_market/tests/unit/matcher/test_match_engine.py 100% <ø> (ø) :arrow_up:
...s/unit/api/test_app_offer_contract_relationship.py 100% <ø> (ø) :arrow_up:
flocx_market/tests/unit/api/test_app_contract.py 100% <ø> (ø) :arrow_up:
flocx_market/objects/offer.py 94.73% <ø> (ø) :arrow_up:
flocx_market/tests/unit/api/test_app_bid.py 100% <ø> (ø) :arrow_up:
... and 5 more

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 f042e03...b2d4da4. Read the comment docs.