-
Notifications
You must be signed in to change notification settings - Fork 623
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
Resolves #165 - implemented out of space check #174
Conversation
Codecov Report
@@ Coverage Diff @@
## main #174 +/- ##
==========================================
- Coverage 57.33% 57.03% -0.29%
==========================================
Files 72 73 +1
Lines 2896 2960 +64
==========================================
+ Hits 1660 1688 +28
- Misses 1100 1129 +29
- Partials 136 143 +7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging
Space is not indefinite and running out of space may make the application doing weird behavior. To prevent that here is the implementation. It basically does a check on the data feed to see if there is enough space to store. It will also put a warning value with API response about out of space warning.