Closed cliebBS closed 4 years ago
Merging #63 into master will decrease coverage by
2.54%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #63 +/- ##
============================================
- Coverage 93.83% 91.28% -2.55%
- Complexity 130 155 +25
============================================
Files 24 29 +5
Lines 454 551 +97
Branches 5 11 +6
============================================
+ Hits 426 503 +77
- Misses 25 37 +12
- Partials 3 11 +8
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f2b63a7...5fd04bd. Read the comment docs.
Help improve the startup time of the Mujina Docker image by baking all JARs into image. To help with this, copy all dependency JARs into a fixed location (
mujina-idp/target/dependencies
andmujina-sp/target/dependencies
) so that we don't need Maven in the runnable image. Additionally, use a fixed (versionless) name for the built JARs for the Mujina IDP and SP.