-
Notifications
You must be signed in to change notification settings - Fork 10
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
Remove all "labels"-related code #782
base: main
Are you sure you want to change the base?
Conversation
It turns out this feature flag was never fully rolled out, and is part of ATS (automated test selection) which was also not fully launched. This will now remove this feature flag, as a precursor to removing labels altogether.
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 #782 +/- ##
==========================================
- Coverage 98.03% 97.98% -0.05%
==========================================
Files 440 431 -9
Lines 36566 34955 -1611
==========================================
- Hits 35846 34252 -1594
+ Misses 720 703 -17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
❌ 2 Tests Failed:
View the top 2 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #782 +/- ##
==========================================
- Coverage 98.03% 97.98% -0.05%
==========================================
Files 440 431 -9
Lines 36566 34955 -1611
==========================================
- Hits 35846 34252 -1594
+ Misses 720 703 -17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #782 +/- ##
==========================================
- Coverage 98.03% 97.98% -0.05%
==========================================
Files 440 431 -9
Lines 36566 34955 -1611
==========================================
- Hits 35846 34252 -1594
+ Misses 720 703 -17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
63c6a46
to
78671e3
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.
LGTM
The concepts of
labels
,labels_index
anddatapoints
are all related to the defunct ATS (automatic test selection) product which was never adopted.This PR starts out by removing the
label_index
feature, and then progressively removes all labels related code, along with never writing out newdatapoints
.