CCI-MOC / flocx-market

2 stars 9 forks source link

Reformatted Bid API and fixed offers #80

Closed fvukelic closed 5 years ago

fvukelic commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #80 into master will decrease coverage by 59.64%. The diff coverage is 36.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #80       +/-   ##
==========================================
- Coverage   91.95%   32.3%   -59.65%     
==========================================
  Files          31      31               
  Lines         721     780       +59     
==========================================
- Hits          663     252      -411     
- Misses         58     528      +470
Impacted Files Coverage Δ
flocx_market/tests/unit/db/sqlalchemy/test_api.py 31.91% <20%> (-68.09%) :arrow_down:
flocx_market/db/sqlalchemy/api.py 30.23% <28.57%> (-65.42%) :arrow_down:
flocx_market/tests/unit/api/test_app_bid.py 35.08% <46.66%> (-64.92%) :arrow_down:
flocx_market/db/sqlalchemy/models.py 70% <68.42%> (-30%) :arrow_down:
flocx_market/api/bid.py 33.33% <9.09%> (-66.67%) :arrow_down:
flocx_market/matcher.py 5.97% <0%> (-92.54%) :arrow_down:
flocx_market/db/sqlalchemy/bid_api.py 11.11% <0%> (-88.89%) :arrow_down:
...cx_market/tests/unit/db/sqlalchemy/test_bid_api.py 13.04% <0%> (-86.96%) :arrow_down:
flocx_market/tests/unit/test_matcher.py 18.1% <0%> (-81.9%) :arrow_down:
flocx_market/tests/unit/common/test_service.py 24.39% <0%> (-75.61%) :arrow_down:
... and 13 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 f6a6f30...b616740. Read the comment docs.