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

pengzheng pushed a commit to branch hotfix/codecov-dir
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 579d165d86f69cd06e4510ccd67e6c5021682f0c
Author: PengZheng <[email protected]>
AuthorDate: Fri Feb 27 14:06:33 2026 +0800

    Fix coverage.info path.
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 451c0f8de..1813ec9bc 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -75,7 +75,7 @@ jobs:
         uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c 
#v4.4.1
         if: github.repository_owner == 'apache'
         with:
-          files: build/coverage.info
+          files: build/Debug/coverage.info
           disable_search: true
           name: codecov-celix
           token: ${{ secrets.CODECOV_TOKEN }}

Reply via email to