11 lines
410 B
YAML
11 lines
410 B
YAML
coverage:
|
|
status:
|
|
# pull-requests only
|
|
patch:
|
|
default:
|
|
threshold: 0.1%
|
|
ignore:
|
|
- "dubbo-demo/.*"
|
|
- "dubbo-common/src/main/java/org/apache/dubbo/common/json/*.java" # internal JSON impl is deprecate, ignore test coverage for them
|
|
- "dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/AnnotationBean.java" # Deprecated
|
|
- "dubbo-rpc/dubbo-rpc-thrift/.*" |