Skip to content

Commit 1fc9e56

Browse files
authored
Merge pull request #2686 from benjeffery/codecov-token
Add codecov token
2 parents a615116 + 1ffcd06 commit 1fc9e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
- name: Upload coverage to Codecov
160160
uses: codecov/codecov-action@v3
161161
with:
162+
token: ${{ secrets.CODECOV_TOKEN }}
162163
working-directory: python
163164
fail_ci_if_error: true
164165
flags: python-tests

0 commit comments

Comments
 (0)