-
Notifications
You must be signed in to change notification settings - Fork 455
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
[query] add specialized matchers for empty EQ/NEQ matchers #1986
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #1986 +/- ##
=========================================
+ Coverage 63% 63.6% +0.5%
=========================================
Files 1123 1122 -1
Lines 106854 106597 -257
=========================================
+ Hits 67419 67812 +393
+ Misses 35061 34450 -611
+ Partials 4374 4335 -39
Continue to review full report at Codecov.
|
a0ac744
to
0afdba9
Compare
c73dd15
to
6c00f8a
Compare
0afdba9
to
71f6068
Compare
github please |
Codecov Report
@@ Coverage Diff @@
## master #1986 +/- ##
=========================================
- Coverage 63.6% 63.6% -0.1%
=========================================
Files 1124 1122 -2
Lines 106753 106597 -156
=========================================
- Hits 67917 67812 -105
+ Misses 34488 34450 -38
+ Partials 4348 4335 -13
Continue to review full report at Codecov.
|
What this PR does / why we need it:
Fixes #1873