dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

Feat::Supports JDK 19 build and JUnit testing #10719

Open tonycody opened this issue 3 years ago • 1 comments

Feat::Supports JDK 19 build and JUnit testing #10719

tonycody avatar Oct 10 '22 06:10 tonycody

Codecov Report

Merging #10722 (0afc598) into 3.1 (f3e999e) will increase coverage by 0.02%. The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.1   #10722      +/-   ##
============================================
+ Coverage     65.24%   65.27%   +0.02%     
+ Complexity      494      471      -23     
============================================
  Files          1336     1336              
  Lines         56890    56890              
  Branches       8415     8414       -1     
============================================
+ Hits          37119    37135      +16     
+ Misses        15825    15806      -19     
- Partials       3946     3949       +3     
Impacted Files Coverage Δ
...rg/apache/dubbo/rpc/protocol/dubbo/DubboCodec.java 65.21% <0.00%> (-4.35%) :arrow_down:
...dubbo/remoting/exchange/support/DefaultFuture.java 87.06% <0.00%> (-4.32%) :arrow_down:
...bo/rpc/protocol/dubbo/DecodeableRpcInvocation.java 76.92% <0.00%> (-3.85%) :arrow_down:
...ache/dubbo/rpc/protocol/dubbo/DubboCountCodec.java 90.62% <0.00%> (-3.13%) :arrow_down:
.../apache/dubbo/remoting/transport/CodecSupport.java 80.30% <0.00%> (-3.04%) :arrow_down:
.../dubbo/registry/client/metadata/MetadataUtils.java 69.44% <0.00%> (-2.78%) :arrow_down:
...ubbo/registry/client/AbstractServiceDiscovery.java 81.34% <0.00%> (-1.50%) :arrow_down:
.../dubbo/registry/integration/RegistryDirectory.java 48.22% <0.00%> (-0.36%) :arrow_down:
...bo/rpc/cluster/support/AbstractClusterInvoker.java 80.13% <0.00%> (+0.66%) :arrow_up:
...java/org/apache/dubbo/remoting/api/Connection.java 80.00% <0.00%> (+0.83%) :arrow_up:
... and 11 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Oct 11 '22 03:10 codecov-commenter