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 2042b82 commit 458c8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ jobs:
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info
lcov --remove coverage.info '*/deps/*' --output-file coverage.info
lcov --remove coverage.info '*/tests/*' --output-file coverage.info
lcov --list coverage.info
- name: Codecov
uses: codecov/codecov-action@v3
with:
token : ${{ secrets.CODECOV_TOKEN }}
files: build/coverage.info
files: ${{github.workspace}}/build/coverage.info
flags: unittests
name: codecov-unittests

Expand Down

0 comments on commit 458c8ee

Please sign in to comment.