interledger-deprecated / five-bells-ledger

Open-source reference ledger optimized for use with the Interledger protocol
Other
27 stars 21 forks source link

fix: avoids that executed_at is after expires_at #416

Closed dappelt closed 7 years ago

dappelt commented 7 years ago

fixes #415

codecov-io commented 7 years ago

Codecov Report

Merging #416 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #416      +/-   ##
==========================================
+ Coverage   92.14%   92.15%   +0.01%     
==========================================
  Files          56       56              
  Lines        1807     1810       +3     
  Branches      311      312       +1     
==========================================
+ Hits         1665     1668       +3     
  Misses        142      142
Impacted Files Coverage Δ
src/lib/transferExpiryMonitor.js 92.59% <100%> (+0.28%) :arrow_up:
src/models/transfers.js 95.28% <100%> (ø) :arrow_up:
src/lib/updateState.js 100% <100%> (ø) :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 df52570...e406e6a. Read the comment docs.