-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: Clean up deprecated graphql fields - repo flags, components #859
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 #859 +/- ##
==========================================
- Coverage 96.33% 96.31% -0.02%
==========================================
Files 823 823
Lines 19156 19063 -93
==========================================
- Hits 18453 18360 -93
Misses 703 703
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
❌ 6 Tests Failed:
View the top 3 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time. ❌ Failed Test Results:Completed 2363 tests with View the full list of failed testspytest
|
bed7e35
to
410dfd4
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.
Note some of the PR bot comments say tests failed but the latest test runs have passed (e.g., here)
This PR cleans up the now-deprecated fields in GraphQL queries related to repository flags and components.
API PR that duplicated these fields to new - #842
Gazebo PR that cut over to the new fields - codecov/gazebo#3203
Tested by confirming against staging deploy that no regression in the frontend calls.
Closes codecov/engineering-team#2290