chore: CI cleanup

This commit is contained in:
Francois Best 2021-08-10 11:47:29 +02:00
parent 65d6c36bed
commit d242e2b7f0
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ jobs:
- name: Generate code coverage report - name: Generate code coverage report
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
run: | run: |
lcov --directory . --capture --output-file coverage-raw.info lcov --directory . --capture --output-file coverage.info
lcov --remove coverage-raw.info '/usr/*' "${{github.workspace}}/test/*" "${{github.workspace}}/external/*" --output-file coverage.info lcov --remove coverage.info '/usr/*' "${{github.workspace}}/test/*" "${{github.workspace}}/external/*" --output-file coverage.info
lcov --list coverage.info lcov --list coverage.info
- uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 - uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057