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: add null driver #495

Merged
merged 6 commits into from
Oct 13, 2024
Merged

feat: add null driver #495

merged 6 commits into from
Oct 13, 2024

Conversation

ToBinio
Copy link
Contributor

@ToBinio ToBinio commented Oct 10, 2024

resolves #217

I might have misunderstood what was meant by "null driver".
But a driver that simply does not store data would be great for temporarily deactivating caching within Nitro.

Copy link

codecov bot commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 67.74194% with 10 lines in your changes missing coverage. Please review.

Project coverage is 58.75%. Comparing base (4d61c78) to head (fc3ad03).
Report is 80 commits behind head on main.

Files with missing lines Patch % Lines
src/drivers/null.ts 66.66% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #495      +/-   ##
==========================================
- Coverage   65.05%   58.75%   -6.30%     
==========================================
  Files          39       39              
  Lines        4055     3140     -915     
  Branches      487      526      +39     
==========================================
- Hits         2638     1845     -793     
+ Misses       1408     1286     -122     
  Partials        9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/2.drivers/null.md Outdated Show resolved Hide resolved
@pi0 pi0 merged commit 0a04675 into unjs:main Oct 13, 2024
2 checks passed
@pi0
Copy link
Member

pi0 commented Oct 13, 2024

Thanks!

@ToBinio ToBinio deleted the null-driver branch October 13, 2024 10:16
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.

null driver
2 participants