asynkron / protoactor-kotlin

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

WIP: Activate tests for proto-actor after port from c# #15

Closed orjan closed 7 years ago

orjan commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #15 into master will increase coverage by 5.69%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
+ Coverage     23.16%   28.86%   +5.69%     
- Complexity      139      196      +57     
============================================
  Files            51       51              
  Lines          1774     1774              
  Branches        303      303              
============================================
+ Hits            411      512     +101     
+ Misses         1269     1145     -124     
- Partials         94      117      +23
Impacted Files Coverage Δ Complexity Δ
proto-actor/src/main/java/actor/proto/Protos.java 13.4% <0%> (+0.92%) 2% <0%> (ø) :arrow_down:
proto-actor/src/main/kotlin/actor/proto/Props.kt 96% <0%> (+8%) 11% <0%> (ø) :arrow_down:
proto-actor/src/main/kotlin/actor/proto/PID.kt 66.66% <0%> (+11.11%) 0% <0%> (ø) :arrow_down:
...roto-actor/src/main/kotlin/actor/proto/Messages.kt 80% <0%> (+15%) 0% <0%> (ø) :arrow_down:
...-actor/src/main/kotlin/actor/proto/ActorContext.kt 60.54% <0%> (+27.89%) 62% <0%> (+30%) :arrow_up:
...r/src/main/kotlin/actor/proto/AllForOneStrategy.kt 50% <0%> (+50%) 6% <0%> (+6%) :arrow_up:
...actor/src/main/kotlin/actor/proto/ContextHelper.kt 50% <0%> (+50%) 2% <0%> (+2%) :arrow_up:
...r/src/main/kotlin/actor/proto/OneForOneStrategy.kt 73.68% <0%> (+68.42%) 9% <0%> (+8%) :arrow_up:
...r/src/main/kotlin/actor/proto/RestartStatistics.kt 85.71% <0%> (+85.71%) 6% <0%> (+6%) :arrow_up:
...n/kotlin/actor/proto/ExponentialBackoffStrategy.kt 92.3% <0%> (+92.3%) 4% <0%> (+4%) :arrow_up:
... and 1 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 f222ba8...69f93bc. Read the comment docs.