Skip to content

Commit 46ca112

Browse files
wmaynerclaude
andcommitted
Add CODECOV_TOKEN to coverage upload
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 39ff173 commit 46ca112

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ jobs:
4444
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
4545
uses: codecov/codecov-action@v5
4646
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
4748
files: ./coverage.xml
4849
fail_ci_if_error: false

0 commit comments

Comments
 (0)