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

pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/civetweb_integration 
by this push:
     new 9dbcd183 Fix coverage conan build.
9dbcd183 is described below

commit 9dbcd183774fea4837b79ef97725aaddb3d179ef
Author: PengZheng <[email protected]>
AuthorDate: Sat Feb 4 14:08:12 2023 +0800

    Fix coverage conan build.
---
 .github/workflows/coverage.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a4912171..4c830c91 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -35,7 +35,9 @@ jobs:
       - name: Test with coverage
         run: |
           cd build
+          source activate_run.sh
           make coverage
+          source deactivate_run.sh
           lcx="lcov --output-file=coverage.info " && for i in `find . -name 
"*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx
       - name: Codecov
         uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649

Reply via email to