-
Notifications
You must be signed in to change notification settings - Fork 23
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: Fetch isCached Field in PullPageDataQueryOpts #3622
feat: Fetch isCached Field in PullPageDataQueryOpts #3622
Conversation
Bundle ReportChanges will increase total bundle size by 2.23kB (0.01%) ⬆️. 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 #3622 +/- ##
==========================================
- Coverage 98.99% 98.98% -0.01%
==========================================
Files 810 810
Lines 14556 14564 +8
Branches 4147 4148 +1
==========================================
+ Hits 14409 14416 +7
- Misses 140 141 +1
Partials 7 7
... and 1 file with indirect coverage changes
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 #3622 +/- ##
==========================================
- Coverage 98.99% 98.98% -0.01%
==========================================
Files 810 810
Lines 14556 14564 +8
Branches 4147 4141 -6
==========================================
+ Hits 14409 14416 +7
- Misses 140 141 +1
Partials 7 7
... and 1 file with indirect coverage changes
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 #3622 +/- ##
=======================================
Coverage 98.99% 98.99%
=======================================
Files 810 810
Lines 14556 14557 +1
Branches 4140 4140
=======================================
+ Hits 14409 14410 +1
Misses 140 140
Partials 7 7
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 #3622 +/- ##
==========================================
- Coverage 98.99% 98.98% -0.01%
==========================================
Files 810 810
Lines 14556 14564 +8
Branches 4140 4141 +1
==========================================
+ Hits 14409 14416 +7
- Misses 140 141 +1
Partials 7 7
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Bundle ReportChanges will increase total bundle size by 2.23kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Description
This PR updates the query and validation schema for
PullPageDataQueryOpts
to include theisCached
field for some upcoming work to inform users when a given pull request has data that has been cached from a previous commit included in it.Tickets: codecov/engineering-team#3152
Notable Changes
PullPageDataQueryOpts