marcoferrer / kroto-plus

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

Bump up dependencies #116

Closed okue closed 2 years ago

okue commented 3 years ago

I want to bump up dependencies, mainly Kotlin 1.4.

codecov[bot] commented 3 years ago

Codecov Report

Merging #116 into master will decrease coverage by 1.35%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #116      +/-   ##
============================================
- Coverage     88.61%   87.26%   -1.36%     
  Complexity       21       21              
============================================
  Files            16       16              
  Lines           369      369              
  Branches         50       49       -1     
============================================
- Hits            327      322       -5     
- Misses           25       27       +2     
- Partials         17       20       +3     
Impacted Files Coverage Δ Complexity Δ
...oferrer/krotoplus/coroutines/client/ClientCalls.kt 87.27% <0.00%> (-3.64%) 0.00% <0.00%> (ø%)
...oferrer/krotoplus/coroutines/server/ServerCalls.kt 88.37% <0.00%> (-2.33%) 0.00% <0.00%> (ø%)
...rcoferrer/krotoplus/coroutines/call/FlowControl.kt 72.91% <0.00%> (-2.09%) 0.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 2b0b447...5322bd9. Read the comment docs.

okue commented 3 years ago

Mmm, sometimes the following test failed.

com.github.marcoferrer.krotoplus.coroutines.client.ClientCallServerStreamingTests > Excessive messages are buffered without requesting new ones FAILED
okue commented 3 years ago

Could you check this PR, @marcoferrer?