You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2023/08/24 04:48:45 UTC

[celix] branch feature/483-conan-2-support updated: Run gcov by ninja.

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 <ho...@gmail.com>
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