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