Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamska1008 committed Sep 7, 2024
1 parent 458c8ee commit 7ea9bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}}

- name: Coverage Info
working-directory: ${{github.workspace}}/build/
run: |
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info
Expand Down

0 comments on commit 7ea9bb9

Please sign in to comment.