[skip ci] Update coverage.yml

This commit is contained in:
ado
2024-02-21 01:25:53 +01:00
parent 9d96a7d47f
commit 59f6591da3
3 changed files with 22 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- name: Generate coverage report
run: |
lcov -d . -c -o out.info --rc lcov_branch_coverage=1 --no-external
lcov -d . -c -o out.info --rc lcov_branch_coverage=1 --no-external --filter branch --filter line
lcov -e out.info '*include/ss*hpp' -o filtered.info
- name: Invoke coveralls