-
Notifications
You must be signed in to change notification settings - Fork 659
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
Update repeated value filters with ValueNotIn support #5110
Conversation
Signed-off-by: troychiu <y.troychiu@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5110 +/- ##
==========================================
+ Coverage 58.49% 58.99% +0.49%
==========================================
Files 627 645 +18
Lines 54155 55672 +1517
==========================================
+ Hits 31680 32844 +1164
- Misses 19942 20232 +290
- Partials 2533 2596 +63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
neat, can we make sure to update the documentation too:
Line 243 in cf7c638
Adding request filters |
also mind verifying this works with repeated values?
Signed-off-by: troychiu <y.troychiu@gmail.com>
Why are the changes needed?
We currently don't support value_not_in filter.
What changes were proposed in this pull request?
Add value_not_in filter support.
How was this patch tested?
Screenshots