We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fac784 commit 97534b2Copy full SHA for 97534b2
.github/workflows/gh-ci.yaml
@@ -105,7 +105,7 @@ jobs:
105
# to upload coverage reports, set a secret called CODECOV_TOKEN
106
# in the repository settings
107
# (Obtain this from the Codecov website after setting up the repository there)
108
- token: ${{ secrets.CODECOV_TOKEN }}
+ # token: ${{ secrets.CODECOV_TOKEN }}
109
# To fail the CI if there's an error, keep this set to true
110
# If repository forks need to run CI, you may need to set this to false
111
# Forks can't access the CODECOV_TOKEN secret,
0 commit comments