Skip to content

Commit

Permalink
exclude generated files from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Sep 20, 2024
1 parent 20f4835 commit e5989b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ jobs:
if: ${{ matrix.coverage == 'true' }}
run: |
python3 -m pip install cpp-coveralls
coveralls --exclude tests --build-root "${PWD}" --gcov-options '\-lpbc'
coveralls
--exclude tests
--exclude-pattern 'reports_template_html\..*'
--build-root "${PWD}" \
--gcov-options '\-lpbc'

0 comments on commit e5989b9

Please sign in to comment.