diff --git a/.codecov.yml b/codecov.yml similarity index 67% rename from .codecov.yml rename to codecov.yml index f6814636ee..921ea5f110 100644 --- a/.codecov.yml +++ b/codecov.yml @@ -13,17 +13,23 @@ # See the License for the specific language governing permissions and # limitations under the License. # -coverage: +codecov: require_ci_to_pass: false notify: wait_for_ci: false +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/.*" + - "**/dubbo-demo/**" + - "**/dubbo-compiler/**" + - "**/dubbo-test/**" + - "**/dubbo-compatible/**" + - "**/dubbo-native/**" + - "**/dubbo-native-plugin/**" + - "**/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/**"