-
Notifications
You must be signed in to change notification settings - Fork 130
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: add contains filter [FluxDSL] #354
Conversation
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.
@yoobi Thanks for your PR 👍
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 🚀
Codecov Report
@@ Coverage Diff @@
## master #354 +/- ##
============================================
+ Coverage 88.97% 88.99% +0.01%
Complexity 634 634
============================================
Files 155 155
Lines 6333 6340 +7
Branches 302 302
============================================
+ Hits 5635 5642 +7
Misses 612 612
Partials 86 86
Continue to review full report at Codecov.
|
Closes #353
Proposed Changes
Briefly describe your proposed changes:
Adding
contains
filterChecklist
mvn test
completes successfully