Skip to content

Commit

Permalink
github: add coverage installation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 14, 2023
1 parent 95b2cdd commit b4f0df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest]
env:
build-folder: build
OS: ${{ matrix.os }}
# PYTHON: '3.10'
steps:
Expand All @@ -28,7 +29,7 @@ jobs:
# python-version: 3.10
- name: Install coverage
run: |
pip install coverage
pip install coverage -i ${{ env.build-folder }}
export PATH=~/.local/bin:"$PATH"
- name: Setup project (meson)
run: meson setup . build -Db_coverage=true -Dbuild-tests=true
Expand Down

0 comments on commit b4f0df9

Please sign in to comment.