wearetheledger / fabric-mock-stub

Mock implementation of the fabric-shim stub for testing
https://theledger.be
MIT License
49 stars 28 forks source link

check if key exists in state before returning the buffer #20

Closed jestersimpps closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will decrease coverage by 0.27%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage    64.5%   64.22%   -0.28%     
==========================================
  Files          11       11              
  Lines         462      464       +2     
  Branches       53       54       +1     
==========================================
  Hits          298      298              
- Misses        136      137       +1     
- Partials       28       29       +1
Impacted Files Coverage Δ
src/ChaincodeMockStub.ts 69.54% <33.33%> (-0.72%) :arrow_down:

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 817adc1...a766f0a. Read the comment docs.

sneljo1 commented 5 years ago

Manually added.