CCI-MOC / flocx-market

2 stars 9 forks source link

Matcher matches available Bid & Offers #101

Closed aliraza0337 closed 5 years ago

aliraza0337 commented 5 years ago

Matcher puts together appropriate bids and marketplace offers to create contracts. TG-74

codecov-io commented 5 years ago

Codecov Report

Merging #101 into master will increase coverage by 0.32%. The diff coverage is 97.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   92.96%   93.28%   +0.32%     
==========================================
  Files          49       51       +2     
  Lines        1776     1891     +115     
==========================================
+ Hits         1651     1764     +113     
- Misses        125      127       +2
Impacted Files Coverage Δ
flocx_market/conf/manager.py 100% <ø> (ø) :arrow_up:
flocx_market/tests/unit/db/sqlalchemy/test_api.py 100% <ø> (ø) :arrow_up:
flocx_market/matcher/match_engine.py 100% <100%> (ø)
flocx_market/objects/bid.py 97.43% <100%> (+0.21%) :arrow_up:
flocx_market/tests/unit/matcher/test_matcher.py 100% <100%> (ø)
flocx_market/db/sqlalchemy/api.py 96.38% <100%> (+0.7%) :arrow_up:
...ocx_market/tests/unit/matcher/test_match_engine.py 100% <100%> (ø)
...locx_market/objects/offer_contract_relationship.py 96.87% <100%> (+0.2%) :arrow_up:
flocx_market/matcher/matcher.py 97.36% <87.5%> (ø)
flocx_market/objects/offer.py 94.73% <90.47%> (-2.49%) :arrow_down:
... and 3 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 8d7ae0a...b6e763c. Read the comment docs.