Skip to content

Commit 5b99b46

Browse files
committed
added token
1 parent e8f89bc commit 5b99b46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
# run: uv run mypy
5555

5656

57-
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
57+
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.13
5858
uses: codecov/codecov-action@v4
59-
if: ${{ matrix.python-version == '3.11' }}
59+
with:
60+
token: ${{ secrets.CODECOV_TOKEN }}
61+
if: ${{ matrix.python-version == '3.13' }}

0 commit comments

Comments
 (0)