marcoferrer / kroto-plus

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Apache License 2.0
494 stars 28 forks source link

Clean up client cancellation propagation #71

Closed marcoferrer closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #71 into master will decrease coverage by 0.79%. The diff coverage is 55.55%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #71     +/-   ##
===========================================
- Coverage     86.09%   85.29%   -0.8%     
  Complexity       19       19             
===========================================
  Files            15       15             
  Lines           302      306      +4     
  Branches         48       49      +1     
===========================================
+ Hits            260      261      +1     
- Misses           15       16      +1     
- Partials         27       29      +2
Impacted Files Coverage Δ Complexity Δ
...s/coroutines/client/ClientResponseStreamChannel.kt 85.71% <0%> (ø) 9 <0> (ø) :arrow_down:
...otoplus/coroutines/client/ClientBidiCallChannel.kt 95.65% <50%> (-4.35%) 0 <0> (ø)
...us/coroutines/client/ClientStreamingCallChannel.kt 77.77% <66.66%> (-7.94%) 0 <0> (ø)

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 04c8564...cfe59db. Read the comment docs.