dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

feat: self define exception

Open aamingaa opened this issue 3 years ago • 1 comments

support triple self define exception

aamingaa avatar Sep 24 '22 17:09 aamingaa

Codecov Report

Merging #10667 (6faa2b7) into 3.2 (c657546) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                3.2   #10667      +/-   ##
============================================
+ Coverage     65.33%   65.36%   +0.02%     
- Complexity      392      416      +24     
============================================
  Files          1341     1341              
  Lines         57180    57182       +2     
  Branches       8451     8453       +2     
============================================
+ Hits          37361    37376      +15     
+ Misses        15861    15854       -7     
+ Partials       3958     3952       -6     
Impacted Files Coverage Δ
.../protocol/tri/call/AbstractServerCallListener.java 70.00% <100.00%> (+7.50%) :arrow_up:
...rpc/protocol/tri/call/UnaryClientCallListener.java 83.33% <100.00%> (+2.08%) :arrow_up:
...dubbo/remoting/exchange/support/DefaultFuture.java 87.06% <0.00%> (-5.18%) :arrow_down:
...va/org/apache/dubbo/common/BatchExecutorQueue.java 77.77% <0.00%> (-2.78%) :arrow_down:
.../dubbo/rpc/protocol/dubbo/DecodeableRpcResult.java 60.25% <0.00%> (-2.57%) :arrow_down:
...org/apache/dubbo/rpc/protocol/AbstractInvoker.java 72.27% <0.00%> (-1.99%) :arrow_down:
...exchange/support/header/HeaderExchangeHandler.java 61.06% <0.00%> (-1.77%) :arrow_down:
...ng/zookeeper/curator5/Curator5ZookeeperClient.java 70.28% <0.00%> (ø)
...n/java/org/apache/dubbo/common/utils/NetUtils.java 63.21% <0.00%> (+0.27%) :arrow_up:
...pache/dubbo/registry/support/AbstractRegistry.java 69.40% <0.00%> (+0.32%) :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 Sep 26 '22 05:09 codecov-commenter