jaredLunde / exploration

⛵ Primitives for creating high performance file explorers with React
https://codesandbox.io/s/basic-example-p1udcm?file=/src/App.tsx
MIT License
49 stars 3 forks source link

feat: add retryWithBackoff utility #22

Closed jaredLunde closed 2 years ago

codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1400eff2ce7cb0f2a4f2102ae5b11c0d4247fae4:

Sandbox Source
exploration-basic Configuration
codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (1400eff) into main (0bc651b) will decrease coverage by 1.14%. The diff coverage is 62.50%.

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   95.53%   94.39%   -1.15%     
==========================================
  Files          26       26              
  Lines        1389     1427      +38     
  Branches      369      382      +13     
==========================================
+ Hits         1327     1347      +20     
- Misses         60       78      +18     
  Partials        2        2              
Impacted Files Coverage Δ
src/tree/tree.ts 96.58% <33.33%> (-2.91%) :arrow_down:
src/node.tsx 92.10% <40.00%> (-7.90%) :arrow_down:
src/use-hotkeys.ts 96.21% <40.00%> (-2.23%) :arrow_down:
src/use-dnd.ts 95.32% <50.00%> (-4.68%) :arrow_down:
src/use-file-tree-snapshot.ts 96.29% <50.00%> (-3.71%) :arrow_down:
src/index.ts 76.92% <100.00%> (ø)
src/utils.ts 96.47% <100.00%> (+0.81%) :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 698309e...1400eff. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: