-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 false rule matches #2762
fix false rule matches #2762
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2762 +/- ##
=========================================
Coverage 82.54% 82.54%
- Complexity 19371 19379 +8
=========================================
Files 1297 1297
Lines 69286 69288 +2
Branches 10623 10624 +1
=========================================
+ Hits 57189 57195 +6
+ Misses 8004 8000 -4
Partials 4093 4093
Continue to review full report at Codecov.
|
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.
Looks good to me
* fixed an issue with matching compartments to lists of ids * change log * Added extra guards against false rule matches. * changelog * fix inCompartment * cleanup
No description provided.