-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
refactor(editor): Update endpoint to retrieve limits (no-changelog) #6539
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #6539 +/- ##
==========================================
- Coverage 28.72% 28.65% -0.08%
==========================================
Files 3000 3000
Lines 186310 186310
Branches 20604 20601 -3
==========================================
- Hits 53521 53379 -142
- Misses 131979 132121 +142
Partials 810 810
☔ View full report in Codecov by Sentry. |
2 flaky tests on run #1323 ↗︎
Details:
20-workflow-executions.cy.ts • 1 flaky test
15-scheduler-node.cy.ts • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
✅ All Cypress E2E specs passed |
Got released with |
We are going to deprecate the
/limits
endpoints in the hooks in favor of/cloud/limits
. This PRs updates the endpoint, to start using the new one.