-
Notifications
You must be signed in to change notification settings - Fork 523
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: KarafGenerator update #214
Conversation
32b4d63
to
3658bef
Compare
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
============================================
+ Coverage 26.76% 27.08% +0.31%
- Complexity 1626 1661 +35
============================================
Files 350 351 +1
Lines 18308 18323 +15
Branches 2801 2804 +3
============================================
+ Hits 4900 4962 +62
+ Misses 12848 12799 -49
- Partials 560 562 +2
Continue to review full report at Codecov.
|
c841b46
to
cf6a116
Compare
...ava/org/eclipse/jkube/kit/common/archive/AssemblyFileSetUtilsProcessAssemblyFileSetTest.java
Outdated
Show resolved
Hide resolved
- Created Karaf Quickstart - Fixed problems with FileSet assembly config to include complete directories - Upgraded images to use quay.io/jkube/jkube-karaf-binary-s2i Signed-off-by: Marc Nuri <[email protected]>
SonarCloud Quality Gate failed. 1 Bug 32.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 from October 2020. Please update to at least Java 11. |
n.b.
CompleteK8sITCase
will fail due to an invalid assertion. In the past filesets entries were copied (in all cases) to the target directory under a subdirectory named like the source parent directory, which is wrong.)The failing line should be replaced
I'll update integration-tests once this PR gets merged.
Relates to: #183 #188 #94