-
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
feat: WebAppGenerator tomcat handler uses jkube/jkube-tomcat9-binary-s2i for Docker and S2I builds #206
feat: WebAppGenerator tomcat handler uses jkube/jkube-tomcat9-binary-s2i for Docker and S2I builds #206
Conversation
Codecov Report
@@ Coverage Diff @@
## master #206 +/- ##
============================================
+ Coverage 26.28% 26.73% +0.45%
- Complexity 1589 1620 +31
============================================
Files 350 350
Lines 18295 18310 +15
Branches 2806 2803 -3
============================================
+ Hits 4808 4895 +87
+ Misses 12929 12853 -76
- Partials 558 562 +4
Continue to review full report at Codecov.
|
…s2i for Docker and S2I builds. - Fixed deployment to ROOT path for all webapps - Added complete coverage to WebAppGenerator Signed-off-by: Marc Nuri <[email protected]>
7e90c68
to
2f51912
Compare
SonarCloud Quality Gate failed. 1 Bug |
- Test is compliant for new updated base images (eclipse-jkube/jkube#206) - Service edited and switched to NodePort to verify port response - Added k8s:log goal verifications
- Test is compliant for new updated base images (eclipse-jkube/jkube#206) - Service edited and switched to NodePort to verify port response - Added k8s:log goal verifications
- Test is compliant for new updated base images (eclipse-jkube/jkube#206) - Service edited and switched to NodePort to verify port response - Added k8s:log goal verifications
as base image
n.b. k8s-webapp tests will fail due to assertions based on previous image assumptions (number of ports). Tests to be updated once the PR is merged (also with more test cases).