trustlines-protocol / relay

MIT License
8 stars 7 forks source link

Properly read the last graph sync id from file when there is no comment #571

Closed cducrest closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #571 (1663662) into master (d853af5) will decrease coverage by 0.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #571      +/-   ##
==========================================
- Coverage   85.71%   85.33%   -0.39%     
==========================================
  Files          56       56              
  Lines        4704     4704              
==========================================
- Hits         4032     4014      -18     
- Misses        672      690      +18     
Impacted Files Coverage Δ
src/relay/ethindex_db/sync_updates.py 97.40% <100.00%> (ø)
src/relay/relay.py 74.02% <0.00%> (-2.07%) :arrow_down:
src/relay/blockchain/node.py 91.80% <0.00%> (-1.64%) :arrow_down:
src/relay/api/resources.py 86.33% <0.00%> (-1.60%) :arrow_down:
src/relay/blockchain/delegate.py 90.65% <0.00%> (-0.94%) :arrow_down:
src/relay/blockchain/proxy.py 87.28% <0.00%> (+0.57%) :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 d853af5...1663662. Read the comment docs.