This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new c6cf17ec4a Update codecov config (#11582)
c6cf17ec4a is described below

commit c6cf17ec4a3efaba599a472b9af8ed8f8ec940a5
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 16 17:02:56 2023 +0800

    Update codecov config (#11582)
---
 .codecov.yml => codecov.yml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

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/**"

Reply via email to