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

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

commit 627b2edf89428ab59f997e55a044a94a546f65f2
Author: Pepijn Noltes <pnol...@apache.org>
AuthorDate: Sun Jun 2 13:44:48 2024 +0200

    gh-685: Add coverage.py to build container
---
 .github/workflows/coverage.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 730ed750a..cb7da0f6e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -16,10 +16,10 @@ jobs:
     steps:
       - name: Checkout source code
         uses: actions/checkout@v3.3.0
-      - name: Install conan and lcov
+      - name: Install conan, lcov and coverage.py
         run: |
           sudo apt-get install -yq --no-install-recommends lcov
-          sudo pip install conan==1.62.0
+          sudo pip install conan==1.62.0 coverage
       - name: Setup Conan Profile
         run: |
           conan profile new default --detect

Reply via email to