Skip to content

Commit 409e0e9

Browse files
committed
add CODECOV token
fix #70
1 parent 542d0af commit 409e0e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gh-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: codecov/codecov-action@v2
6868
with:
6969
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
70+
token: ${{ secrets.CODECOV_TOKEN }}
7071
file: ./coverage.xml
7172
fail_ci_if_error: True
7273
verbose: True

0 commit comments

Comments
 (0)