-
Notifications
You must be signed in to change notification settings - Fork 80
Fix integ tests when security is not installed #278
Conversation
false -> 1 // when test is run without security and filterby is enabled - filtering | ||
// does not work without security, so filtering is ignored and gets a result |
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.
Even though the value is the same, I want to have it commented/formatted this way to explain whats going on.
false -> 1 // when test is run without security and filterby is enabled - filtering | ||
// does not work without security, so filtering is ignored and gets a result |
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.
Even though the value is the same, I want to have it commented/formatted this way to explain whats going on.
false -> 4 // when test is run without security and filterby is enabled - filtering | ||
// does not work without security, so filtering is ignored and gets a result |
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.
Even though the value is the same, I want to have it commented/formatted this way to explain whats going on.
Codecov Report
@@ Coverage Diff @@
## master #278 +/- ##
============================================
- Coverage 80.26% 79.46% -0.80%
+ Complexity 197 196 -1
============================================
Files 150 150
Lines 5132 5132
Branches 661 661
============================================
- Hits 4119 4078 -41
- Misses 652 696 +44
+ Partials 361 358 -3
Continue to review full report at Codecov.
|
thanks @lezzago for fixing this. 👍 |
Issue #, if available:
Description of changes:
Fix integration tests for ODFE distribution if security is not installed
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.