Skip to content

Commit

Permalink
Fix lcov source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookfighter committed May 17, 2024
1 parent cee9de5 commit dc1d864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ctest -C Debug ---output-on-failure -test-dir ${{runner.workspace}}/build
- name: Generate Coverage
run: |
lcov --capture --directory . --output-file ${{runner.workspace}}/lcov.info
lcov --capture --directory ${{runner.workspace}}/build --output-file ${{runner.workspace}}/lcov.info
lcov --remove ${{runner.workspace}}/lcov.info '/usr/*' '*/dep/*' --output-file ${{runner.workspace}}/lcov.info
lcov --list ${{runner.workspace}}/lcov.info
- name: Codecov
Expand Down

0 comments on commit dc1d864

Please sign in to comment.