asynkron / protoactor-kotlin

Ultra-fast distributed cross-platform actor framework
http://proto.actor
Apache License 2.0
221 stars 25 forks source link

update to JDK instead of JRE + reformat #39

Closed rogeralsing closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.23%. The diff coverage is 44.44%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #39      +/-   ##
============================================
+ Coverage     28.63%   28.87%   +0.23%     
  Complexity      196      196              
============================================
  Files            51       51              
  Lines          1774     1770       -4     
  Branches        299      295       -4     
============================================
+ Hits            508      511       +3     
+ Misses         1147     1146       -1     
+ Partials        119      113       -6
Impacted Files Coverage Δ Complexity Δ
proto-actor/src/main/kotlin/actor/proto/Actor.kt 66.66% <ø> (-8.34%) 0 <0> (ø)
proto-actor/src/main/kotlin/actor/proto/API.kt 66.66% <ø> (ø) 0 <0> (ø) :arrow_down:
...roto-actor/src/main/kotlin/actor/proto/Messages.kt 80% <ø> (ø) 0 <0> (ø) :arrow_down:
proto-actor/src/main/kotlin/actor/proto/Props.kt 96% <ø> (ø) 11 <0> (ø) :arrow_down:
...tor/src/main/kotlin/actor/proto/ProcessRegistry.kt 85.71% <ø> (ø) 9 <0> (ø) :arrow_down:
...actor/src/main/kotlin/actor/proto/MessageHeader.kt 60% <ø> (ø) 1 <0> (ø) :arrow_down:
proto-actor/src/main/kotlin/actor/proto/PID.kt 66.66% <ø> (ø) 0 <0> (ø) :arrow_down:
...roto-actor/src/main/kotlin/actor/proto/java/API.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...or/src/main/kotlin/actor/proto/java/ContextImpl.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...roto-actor/src/main/kotlin/actor/proto/Behavior.kt 88.88% <100%> (+18.88%) 5 <0> (ø) :arrow_down:
... and 7 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 e962f78...8ecb899. Read the comment docs.