Showing 1 of 1 files from the diff.
@@ -96,7 +96,7 @@
Loading
96 | 96 | String.format("The number of BroadcastCluster call failures has reached the threshold %s", failThresholdIndex)); |
|
97 | 97 | } else { |
|
98 | 98 | logger.debug(String.format("The number of BroadcastCluster call failures has not reached the threshold %s, fail size is %s", |
|
99 | - | failIndex)); |
|
99 | + | failThresholdIndex, failIndex)); |
|
100 | 100 | } |
|
101 | 101 | throw exception; |
|
102 | 102 | } |
Files | Complexity | Coverage |
---|---|---|
dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster | 0 | 61.60% |
dubbo-common/src/main/java/org/apache/dubbo | 0 | 73.97% |
dubbo-compatible/src/main/java/com/alibaba/dubbo | 8.29% | 8.46% |
dubbo-config | 0 | 74.40% |
dubbo-configcenter | 20.41% | 18.43% |
dubbo-container | 33.33% | 16.42% |
dubbo-filter | 0 | 67.08% |
dubbo-metadata | 10.77% | 50.28% |
dubbo-monitor | 53.85% | 72.25% |
dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos | 0 | 67.15% |
dubbo-registry | 23.60% | 48.06% |
dubbo-remoting | 33.12% | 51.18% |
dubbo-rpc | 21.99% | 59.76% |
dubbo-serialization | 79.41% | 68.72% |
dubbo-spring-boot | 45.68% | 58.68% |
Project Totals (1096 files) | 24.72% | 61.28% |
1069726981
1069726981
1069726981
1069726981
1 |
coverage: |
2 |
status: |
3 |
# pull-requests only
|
4 |
patch: |
5 |
default: |
6 |
threshold: 0.1% |
7 |
ignore: |
8 |
- "dubbo-demo/.*" |
9 |
- "dubbo-common/src/main/java/org/apache/dubbo/common/json/*.java" # internal JSON impl is deprecate, ignore test coverage for them |
10 |
- "dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/AnnotationBean.java" # Deprecated |
11 |
- "dubbo-rpc/dubbo-rpc-thrift/.*" |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.