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

Fix memory storage #248

Merged
merged 3 commits into from Mar 5, 2024
Merged

Fix memory storage #248

merged 3 commits into from Mar 5, 2024

Conversation

xepozz
Copy link
Contributor

@xepozz xepozz commented Mar 3, 2024

Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌

Copy link

what-the-diff bot commented Mar 3, 2024

PR Summary

  • Improvement in Data Retrieval Process
    The update includes a new condition in 'MemoryStorage.php' file, which enables it to return all data objects stored in memory. This improves the data accessibility and can potentially enhance the performance of systems relying on this data for their operations.

Copy link

codecov bot commented Mar 3, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 76.15%. Comparing base (b79ba7f) to head (aeb6069).

Files Patch % Lines
src/Storage/MemoryStorage.php 25.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #248      +/-   ##
============================================
- Coverage     76.20%   76.15%   -0.06%     
- Complexity      585      586       +1     
============================================
  Files            48       48              
  Lines          2030     2034       +4     
============================================
+ Hits           1547     1549       +2     
- Misses          483      485       +2     

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

@samdark samdark merged commit 78bfe04 into master Mar 5, 2024
17 of 19 checks passed
@samdark samdark deleted the tests branch March 5, 2024 05:24
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.

None yet

3 participants