Skip to content

Commit d1b13f9

Browse files
committed
add codecov token
1 parent 6d83933 commit d1b13f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
- name: Upload coverage reports to Codecov with GitHub Action
4141
# if: ${{ runner.os == 'Linux' && matrix.python-version == 3.8 }}
4242
uses: codecov/codecov-action@v3
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)