Skip to content

Commit

Permalink
use token to upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Dec 21, 2024
1 parent e4693d6 commit 3938b50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: gcov ./dist/*.gcno
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)


cppcheck:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3938b50

Please sign in to comment.