Skip to content

Commit

Permalink
Fix the code coverage upload failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho authored Dec 4, 2023
1 parent d737cc6 commit 07db147
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 @@ -87,6 +87,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 07db147

Please sign in to comment.