asynkron / protoactor-kotlin

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

Use JUnit 5 instead of JUnit 4 #55

Closed asomov closed 4 years ago

asomov commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #55   +/-   ##
=========================================
  Coverage     30.67%   30.67%           
  Complexity      185      185           
=========================================
  Files            57       57           
  Lines          1816     1816           
  Branches        273      273           
=========================================
  Hits            557      557           
  Misses         1186     1186           
  Partials         73       73           
Impacted Files Coverage Δ Complexity Δ
...tor/src/main/kotlin/actor/proto/DeferredProcess.kt 87.50% <ø> (ø) 4.00 <0.00> (ø)
...roto-actor/src/main/kotlin/actor/proto/java/API.kt 0.00% <ø> (ø) 0.00 <0.00> (ø)
...or/src/main/kotlin/actor/proto/java/ContextImpl.kt 0.00% <ø> (ø) 0.00 <0.00> (ø)
...in/kotlin/actor/proto/mailbox/DefaultDispatcher.kt 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ain/kotlin/actor/proto/mailbox/MailboxProducers.kt 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ain/kotlin/actor/proto/router/GroupRouterConfig.kt 100.00% <ø> (ø) 2.00 <0.00> (ø)
...main/kotlin/actor/proto/router/PoolRouterConfig.kt 100.00% <ø> (ø) 2.00 <0.00> (ø)
...outer/src/main/kotlin/actor/proto/router/Router.kt 50.00% <ø> (ø) 5.00 <0.00> (ø)
.../src/main/kotlin/actor/proto/router/RouterActor.kt 76.19% <ø> (ø) 6.00 <0.00> (ø)
...src/main/kotlin/actor/proto/router/RouterConfig.kt 100.00% <ø> (ø) 2.00 <0.00> (ø)

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 bead753...b376363. Read the comment docs.

guenhter commented 4 years ago

Well done!