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 339fbc9 commit c95edc5
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 @@ -75,6 +75,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 c95edc5

Please sign in to comment.