itkpi / trembita

Model complex data transformation pipelines easily
Apache License 2.0
46 stars 3 forks source link

Features/caching #13

Closed vitaliihonta closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will increase coverage by 3.68%. The diff coverage is 95.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   24.57%   28.25%   +3.68%     
==========================================
  Files          73       79       +6     
  Lines        1164     1207      +43     
  Branches       33       33              
==========================================
+ Hits          286      341      +55     
+ Misses        878      866      -12
Impacted Files Coverage Δ
...scala/com/github/trembita/operations/CanFold.scala 44.44% <ø> (ø)
.../trembita/operations/EnvironmentDependentOps.scala 65.11% <ø> (+6.97%) :arrow_up:
...la/com/github/trembita/operations/FromVector.scala 100% <100%> (ø)
...ithub/trembita/caching/infinispan/LiftFuture.scala 100% <100%> (ø)
.../com/github/trembita/caching/CachedPipelineT.scala 100% <100%> (ø)
...in/scala/com/github/trembita/caching/package.scala 100% <100%> (ø)
...in/scala/com/github/trembita/caching/Caching.scala 93.33% <93.33%> (ø)
.../caching/infinispan/InfinispanDefaultCaching.scala 94.73% <94.73%> (ø)
... and 9 more

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 6034f98...2553fcf. Read the comment docs.