CCI-MOC / flocx-market

2 stars 9 forks source link

Add oslo.policy checks #151

Closed tzumainn closed 4 years ago

tzumainn commented 4 years ago

This PR adds oslo.policy checks, enabling alternative usages where a single admin has administrative rights over all nodes.

Addresses #150

codecov-io commented 4 years ago

Codecov Report

Merging #151 into master will increase coverage by 0.29%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   90.15%   90.44%   +0.29%     
==========================================
  Files          60       62       +2     
  Lines        2437     2512      +75     
==========================================
+ Hits         2197     2272      +75     
  Misses        240      240
Impacted Files Coverage Δ
flocx_market/common/policy.py 100% <100%> (ø)
flocx_market/api/offer_contract_relationship.py 92.72% <100%> (+1.23%) :arrow_up:
flocx_market/tests/unit/common/test_policy.py 100% <100%> (ø)
flocx_market/api/bid.py 93.61% <100%> (+1.72%) :arrow_up:
flocx_market/api/contract.py 93.61% <100%> (+1.72%) :arrow_up:
flocx_market/api/offer.py 93.61% <100%> (+1.72%) :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 404047d...80248cd. Read the comment docs.