runonbitcoin / run-db

An indexer that crawls the blockchain and calculates RUN states
MIT License
24 stars 22 forks source link

added npm script to retry tx. #23

Closed calvogenerico closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (eb88bea) into master (d57063f) will decrease coverage by 1.75%. The diff coverage is 8.69%.

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   84.78%   83.03%   -1.76%     
==========================================
  Files           9        9              
  Lines         973      996      +23     
==========================================
+ Hits          825      827       +2     
- Misses        148      169      +21     
Impacted Files Coverage Δ
src/database.js 82.88% <8.69%> (-4.00%) :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 d57063f...eb88bea. Read the comment docs.

brentongunning commented 2 years ago

Can you add a comment about the reason someone might need to retry by the function?

brentongunning commented 2 years ago

LGTM with two comments