Closed oldfly closed 6 years ago
Merging #57 into master will increase coverage by
3.27%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 77.28% 80.56% +3.27%
==========================================
Files 20 22 +2
Lines 546 741 +195
Branches 21 27 +6
==========================================
+ Hits 422 597 +175
- Misses 124 144 +20
Impacted Files | Coverage Δ | |
---|---|---|
...ala/org/marvin/executor/actions/OnlineAction.scala | 81.81% <0%> (-3.04%) |
:arrow_down: |
src/main/scala/org/marvin/util/LocalCache.scala | 100% <0%> (ø) |
|
...c/main/scala/org/marvin/model/BatchExecution.scala | 100% <0%> (ø) |
|
.../scala/org/marvin/executor/EngineExecutorApp.scala | 89.36% <0%> (+0.07%) |
:arrow_up: |
...ain/scala/org/marvin/executor/api/GenericAPI.scala | 95.14% <0%> (+0.11%) |
:arrow_up: |
...a/org/marvin/executor/actions/PipelineAction.scala | 19.44% <0%> (+3.65%) |
:arrow_up: |
...cala/org/marvin/executor/actions/BatchAction.scala | 94.54% <0%> (+4.89%) |
:arrow_up: |
...a/org/marvin/executor/api/GenericAPIHandlers.scala | 86.66% <0%> (+20%) |
:arrow_up: |
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 6936a0e...6050dc1. Read the comment docs.
How to test your improvements?
56
Add this line in Marvin-Cluster-Admin´s build.sbt file: libraryDependencies += "com.github.marvin-ai" %% "marvin-engine-executor" % "0.0.2"
Try to open any class like EngineMetadata from source of engine-executor.