CCI-MOC / flocx-market

2 stars 9 forks source link

update offer table #102

Closed DanNiESh closed 5 years ago

DanNiESh commented 5 years ago

TG-183 add provider_offer_id field in offer table. Provider should send an offer with the provider_offer_id value in order to create the marketplace offer.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   91.76%   91.77%   +<.01%     
==========================================
  Files          45       45              
  Lines        1385     1386       +1     
==========================================
+ Hits         1271     1272       +1     
  Misses        114      114
Impacted Files Coverage Δ
flocx_market/tests/unit/db/sqlalchemy/test_api.py 100% <ø> (ø) :arrow_up:
flocx_market/db/sqlalchemy/models.py 100% <100%> (ø) :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 be1411c...05d865c. Read the comment docs.

DanNiESh commented 5 years ago

Done.

tzumainn commented 5 years ago

Thanks!