[skip ci] Update coverage.yml, add unit test for files and buffers without new line at the end of the file

This commit is contained in:
ado
2024-02-21 02:19:14 +01:00
parent 59f6591da3
commit 5e32d722e8
4 changed files with 38 additions and 5 deletions

View File

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