-
Notifications
You must be signed in to change notification settings - Fork 25
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 TS Query v5 to Gazebo #3415
feat: Add TS Query v5 to Gazebo #3415
Conversation
Bundle ReportChanges will increase total bundle size by 49.52kB (0.3%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3415 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3921 3921
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3415 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3916 3916
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3415 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3916 3921 +5
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 49.52kB (0.3%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3415 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 809 809
Lines 14208 14208
Branches 3916 3916
=======================================
Hits 14091 14091
Misses 108 108
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
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.
Yeehaw 🤠
Description
This PR adds in TS Query V5 as a new dependency and adds in the new query client and provider to the app so the transition to V5 can happen smoothly.
Issue: codecov/engineering-team#2128
Notable Changes