Skip to content

Commit 53a2a01

Browse files
authored
Update codecov.yml
1 parent 7950775 commit 53a2a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ jobs:
5454
# if a PR, pass proper information to codecov-cli about SHA, PR number
5555
if [ -n "${PR}" ]; then export VARARGS="${VARARGS}-${PR}-${SHA} -P ${PR} -C ${SHA}"; fi
5656
./codecov -v upload-process -Z -t ${{ secrets.CODECOV_TOKEN }} $VARARGS -F github -s ./coverage
57+
env:
58+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)