Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: storage abstractions #52

Merged
merged 4 commits into from
Nov 11, 2021
Merged

feat: storage abstractions #52

merged 4 commits into from
Nov 11, 2021

Conversation

arthurfiorette
Copy link
Owner

See #49

@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #52 (be06b85) into main (76a8af7) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
- Coverage   99.31%   99.31%   -0.01%     
==========================================
  Files          15       15              
  Lines         293      290       -3     
  Branches       75       76       +1     
==========================================
- Hits          291      288       -3     
  Misses          2        2              
Impacted Files Coverage Δ
src/util/update-cache.ts 100.00% <ø> (ø)
src/cache/create.ts 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/storage/browser.ts 100.00% <100.00%> (ø)
src/storage/memory.ts 100.00% <100.00%> (ø)
src/storage/storage.ts 100.00% <100.00%> (ø)
test/storage/storages.ts 100.00% <100.00%> (ø)

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 76a8af7...be06b85. Read the comment docs.

@arthurfiorette arthurfiorette mentioned this pull request Nov 11, 2021
@arthurfiorette arthurfiorette self-assigned this Nov 11, 2021
@arthurfiorette arthurfiorette merged commit b35ae3e into main Nov 11, 2021
@arthurfiorette arthurfiorette deleted the storages/invalidation branch December 13, 2021 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant