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 3c43c826ae Ignore some modules in codecov (#14973)
3c43c826ae is described below
commit 3c43c826ae74f19fde27f4db90526e5198c2ac23
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Dec 7 07:05:51 2024 +0800
Ignore some modules in codecov (#14973)
---
codecov.yml | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/codecov.yml b/codecov.yml
index 6e81b6cf32..c266ead21c 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -17,9 +17,6 @@ codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
-fixes:
- - "/home/runner/work/dubbo/dubbo/::"
- - "/home/runner/work/dubbo/dubbo/dubbo/::"
coverage:
status:
# pull-requests only
@@ -28,9 +25,9 @@ coverage:
threshold: 0.1%
ignore:
- "**/aot/**/*"
- - "**/dubbo-demo/**/*"
- - "**/dubbo-compiler/**/*"
- - "**/dubbo-test/**/*"
- - "**/dubbo-compatible/**/*"
- - "**/dubbo-native/**/*"
- - "**/dubbo-maven-plugin/**/*"
+ - "dubbo-demo/**/*"
+ - "dubbo-compiler/**/*"
+ - "dubbo-test/**/*"
+ - "dubbo-compatible/**/*"
+ - "dubbo-native/**/*"
+ - "dubbo-maven-plugin/**/*"