Skip to content

Commit 33e4cf2

Browse files
committed
Configure codecov token for code coverage
1 parent 072eb4b commit 33e4cf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ jobs:
8383
coverage xml
8484
shell: bash
8585
- name: Upload coverage report
86-
uses: codecov/codecov-action@v4
8786
if: matrix.python != 'pypy3'
87+
uses: codecov/codecov-action@v4
88+
with:
89+
token: ${{ secrets.CODECOV_TOKEN }}
8890

8991
package-source:
9092
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)