-
Notifications
You must be signed in to change notification settings - Fork 0
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
match_bool_prefix merge dev branch 2#187 #64
match_bool_prefix merge dev branch 2#187 #64
Conversation
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
99779b1
to
5798b06
Compare
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Codecov Report
@@ Coverage Diff @@
## dev-match_bool_prefix-#187 #64 +/- ##
=============================================================
Coverage 97.67% 97.67%
- Complexity 2748 2754 +6
=============================================================
Files 269 269
Lines 6784 6789 +5
Branches 435 435
=============================================================
+ Hits 6626 6631 +5
Misses 157 157
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
} | ||
|
||
@Test | ||
public void testFuzziness() throws IOException { |
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.
Please, rename. The fuzziness
parameter could be tested in different functions.
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.
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Description
Added optional parameters to sql with unit tests, integration tests, and parser tests.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.