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

pengzheng pushed a commit to branch feature/483-conan-2-support
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/483-conan-2-support by 
this push:
     new ad184301 Run gcov by ninja.
ad184301 is described below

commit ad184301276b3167a7a01cbe22fe906d2a8db56e
Author: PengZheng <[email protected]>
AuthorDate: Thu Aug 24 12:46:27 2023 +0800

    Run gcov by ninja.
---
 .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 fa630121..d8c6a148 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -38,7 +38,7 @@ jobs:
         run: |
           cd build
           source conanrun.sh
-          make coverage
+          ninja coverage
           source deactivate_conanrun.sh
           lcx="lcov --output-file=coverage.info " && for i in `find . -name 
"*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx
       - name: Codecov

Reply via email to