Skip to content

Commit

Permalink
github: add coverage flag to meson setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 14, 2023
1 parent 0510f31 commit 91b9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install coverage
run: pip install coverage
- name: Setup project (meson)
run: meson setup . build
run: meson setup . build -Db_coverage=true
- name: Buil project (ninja)
run: ninja -C build
- name: Generate coverage report
Expand Down

0 comments on commit 91b9752

Please sign in to comment.