-
Notifications
You must be signed in to change notification settings - Fork 429
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
fix: Filter versioned features #3756
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3756 +/- ##
=======================================
Coverage 95.96% 95.96%
=======================================
Files 1126 1126
Lines 35786 35793 +7
=======================================
+ Hits 34342 34350 +8
+ Misses 1444 1443 -1 ☔ View full report in Codecov by Sentry. |
@zachaysan feel free to turn on the feature_enabled_state_filter flag when this is in 🚀 |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Fixes #3243
Replace the existing mechanism of filtering feature states with a new one that preselects fewer models and runs a slimmed down filter step to select features based on their most recent version.
How did you test this code?
Added a versioned section to an existing test and ensured that the most recent version is selected.