Skip to content

Commit

Permalink
Adapt ci script to install lcov in fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezselles committed Aug 2, 2023
1 parent b843773 commit f60a866
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
-
name: Install and setup lcov base
run: |
apk upgrade
apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
dnf install -y lcov
lcov -i --capture --directory "./build/src/" --output-file base-coverage.info --no-external --directory "./" --exclude "*/ut/*" --exclude "*/main*"
-
name: Run unit tests
Expand Down

0 comments on commit f60a866

Please sign in to comment.