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

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


The following commit(s) were added to refs/heads/test/codecov by this push:
     new 0d411fd81b Fixes
0d411fd81b is described below

commit 0d411fd81bae6d4678858e50ae0d5f0dbf816116
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Dec 1 20:24:11 2024 +0800

    Fixes
---
 .github/workflows/build-and-test-pr.yml | 2 --
 codecov.yml                             | 3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-and-test-pr.yml 
b/.github/workflows/build-and-test-pr.yml
index 7cbfb33414..94e2bb580a 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -531,8 +531,6 @@ jobs:
           token: ${{ secrets.CODECOV_TOKEN }}
           version: v0.6.0
           verbose: true
-          root_dir: ${{ github.workspace }}/dubbo
-          working-directory: ${{ github.workspace }}/dubbo
         env:
           CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
 
diff --git a/codecov.yml b/codecov.yml
index 594d03079b..42cd07d337 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -17,6 +17,9 @@ 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

Reply via email to