We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7950775 commit 53a2a01Copy full SHA for 53a2a01
.github/workflows/codecov.yml
@@ -54,3 +54,5 @@ jobs:
54
# if a PR, pass proper information to codecov-cli about SHA, PR number
55
if [ -n "${PR}" ]; then export VARARGS="${VARARGS}-${PR}-${SHA} -P ${PR} -C ${SHA}"; fi
56
./codecov -v upload-process -Z -t ${{ secrets.CODECOV_TOKEN }} $VARARGS -F github -s ./coverage
57
+ env:
58
+ GH_TOKEN: ${{ github.token }}
0 commit comments