-
Notifications
You must be signed in to change notification settings - Fork 360
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
Bugfix/live 3027 #740
Bugfix/live 3027 #740
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 41f5e8c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## develop #740 +/- ##
==========================================
Coverage 47.71% 47.71%
==========================================
Files 614 614
Lines 27333 27333
Branches 7004 7001 -3
==========================================
Hits 13042 13042
- Misses 13198 14231 +1033
+ Partials 1093 60 -1033
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Screenshots: ✅
There are no changes in the screenshots for this PR. If this is expected, you are good to go. |
📝 Description
We are incorrectly showing the wrong value for the used app data space in the manager for LLM, it's showing the total maximum available data instead of the used one. This address that.
❓ Context
✅ Checklist
📸 Demo
🚀 Expectations to reach
Used
should reflect the total app size data, not the total size as it did before.