DD-DeCaF / simulations

Model service which takes care of adjusting model according to incoming messages and returns information such as fluxes, theoretical maximum yields, etc
Apache License 2.0
0 stars 1 forks source link

Handle insufficient permissions #112

Closed kvikshaug closed 5 years ago

kvikshaug commented 5 years ago

Implements handling of permission errors returned from model-storage

codecov-io commented 5 years ago

Codecov Report

Merging #112 into caffeine will decrease coverage by 0.44%. The diff coverage is 55.55%.

Impacted file tree graph

@@             Coverage Diff              @@
##           caffeine     #112      +/-   ##
============================================
- Coverage     77.06%   76.61%   -0.45%     
============================================
  Files            19       19              
  Lines           606      620      +14     
============================================
+ Hits            467      475       +8     
- Misses          139      145       +6
Impacted Files Coverage Δ
src/model/storage.py 82.85% <100%> (+1.6%) :arrow_up:
src/model/exceptions.py 90.9% <100%> (+5.19%) :arrow_up:
src/model/resources.py 66.03% <20%> (-3.66%) :arrow_down:
src/model/adapter.py 64.78% <0%> (ø) :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 460fe20...792dade. Read the comment docs.