Skip to content

Commit

Permalink
codecov.yml: Pass CODECOV_TOKEN
Browse files Browse the repository at this point in the history
A token is required to upload coverage for protected branches.
  • Loading branch information
glebm committed Mar 3, 2025
1 parent 234606a commit d5fce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux_x86_64_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Upload results
uses: codecov/codecov-action@v5
with:
gcov: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d5fce58

Please sign in to comment.