Skip to content

Commit 99b3550

Browse files
authored
Add Codecov org token
1 parent 9b3b1eb commit 99b3550

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
tox -e py
3535
3636
- name: Upload coverage
37-
uses: codecov/codecov-action@v4.1.1
37+
uses: codecov/codecov-action@v4
3838
with:
3939
flags: ${{ matrix.python-version }}
4040
name: Python ${{ matrix.python-version }}
41+
env:
42+
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)