Skip to content

Commit 97534b2

Browse files
committed
fix codecov issue
1 parent 4fac784 commit 97534b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# to upload coverage reports, set a secret called CODECOV_TOKEN
106106
# in the repository settings
107107
# (Obtain this from the Codecov website after setting up the repository there)
108-
token: ${{ secrets.CODECOV_TOKEN }}
108+
# token: ${{ secrets.CODECOV_TOKEN }}
109109
# To fail the CI if there's an error, keep this set to true
110110
# If repository forks need to run CI, you may need to set this to false
111111
# Forks can't access the CODECOV_TOKEN secret,

0 commit comments

Comments
 (0)