-
Notifications
You must be signed in to change notification settings - Fork 522
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 #231: IngressEnricher ignores IngressRules defined in XML config #512
Conversation
Codecov Report
@@ Coverage Diff @@
## master #512 +/- ##
============================================
+ Coverage 41.71% 41.99% +0.28%
- Complexity 2781 2828 +47
============================================
Files 397 401 +4
Lines 19369 19449 +80
Branches 2767 2778 +11
============================================
+ Hits 8079 8168 +89
+ Misses 10305 10290 -15
- Partials 985 991 +6
Continue to review full report at Codecov.
|
84a3ab2
to
e9ef0c9
Compare
e9ef0c9
to
62dcd98
Compare
62dcd98
to
da80a21
Compare
da80a21
to
e825e02
Compare
Signed-off-by: Marc Nuri <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
SonarCloud Quality Gate failed. 0 Bugs 56.0% Coverage The version of Java (1.8.0_131) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 11. |
Description
Fix #231 : IngressEnricher now supports generating Ingress from XML configuration
Type of change
test, version modification, documentation, etc.)
Checklist