This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new c88c7f1c27 Ignore some modules in codevoc (#14972)
c88c7f1c27 is described below
commit c88c7f1c272afe4807c912b91801a0543e3001eb
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Dec 6 22:54:09 2024 +0800
Ignore some modules in codevoc (#14972)
* Ignore some modules
* Ignore some modules
* Ignore some modules
---
codecov.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/codecov.yml b/codecov.yml
index 42cd07d337..6e81b6cf32 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -27,10 +27,10 @@ coverage:
default:
threshold: 0.1%
ignore:
- - "**/dubbo-demo/**"
- - "**/dubbo-compiler/**"
- - "**/dubbo-test/**"
- - "**/dubbo-compatible/**"
- - "**/dubbo-native/**"
- - "**/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
+ - "**/aot/**/*"
+ - "**/dubbo-demo/**/*"
+ - "**/dubbo-compiler/**/*"
+ - "**/dubbo-test/**/*"
+ - "**/dubbo-compatible/**/*"
+ - "**/dubbo-native/**/*"
+ - "**/dubbo-maven-plugin/**/*"