Skip to content

Commit

Permalink
Fix coverage report upload issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho authored Dec 4, 2023
1 parent fb6bd35 commit 88b1337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
gcov: true
Expand Down

0 comments on commit 88b1337

Please sign in to comment.