-
Notifications
You must be signed in to change notification settings - Fork 24
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: Use new flags and components graphql schema #3203
Conversation
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 #3203 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 799 799
Lines 14093 14094 +1
Branches 3887 3887
=======================================
+ Hits 13977 13978 +1
Misses 107 107
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 #3203 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 799 799
Lines 14093 14094 +1
Branches 3882 3887 +5
=======================================
+ Hits 13977 13978 +1
Misses 107 107
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 #3203 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 799 799
Lines 14093 14094 +1
Branches 3887 3887
=======================================
+ Hits 13977 13978 +1
Misses 107 107
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 #3203 +/- ##
=======================================
Coverage 99.17% 99.17%
=======================================
Files 799 799
Lines 14093 14094 +1
Branches 3882 3887 +5
=======================================
+ Hits 13977 13978 +1
Misses 107 107
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 1.11kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 1.11kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
6fe5eef
to
c5ae5eb
Compare
1301b32
to
d109cb4
Compare
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.
@nicholas-codecov , Thanks for reviewing! Yes waiting for this one - codecov/codecov-api#842 - to get reviewed and deployed as a prerequisite to deploying this one. Note I'll need |
Ahh okay, do you mind if I hold off on stamping this until then, just so we don't accidentally merge this? |
Yup, thanks!! I'll ping you for the stamp at that time then! |
66a14b0
to
896093b
Compare
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.
these are qa screenshots
qa_screenshots.pdf
Point fields to the new resolvers for the nested types in CoverageAnalytics - flags and components (changes in api here).
Tested against local api and with unit tests that changes look okay. Also tested against the api changes in staging that the spots this is used have no difference in behavior (depends on this pr)
Closes codecov/engineering-team#2289