diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 23b3b74..9b006b6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,8 +48,8 @@ jobs: - name: Generate code coverage report working-directory: ${{github.workspace}}/build run: | - lcov --directory . --capture --output-file coverage-raw.info - lcov --remove coverage-raw.info '/usr/*' "${{github.workspace}}/test/*" "${{github.workspace}}/external/*" --output-file coverage.info + lcov --directory . --capture --output-file coverage.info + lcov --remove coverage.info '/usr/*' "${{github.workspace}}/test/*" "${{github.workspace}}/external/*" --output-file coverage.info lcov --list coverage.info - uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057