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 c08c62b commit bdd5105Copy full SHA for bdd5105
.github/workflows/ci-stable.yml
@@ -71,10 +71,10 @@ jobs:
71
uses: codecov/codecov-action@v2
72
with:
73
# Added CODECOV_TOKEN to repo in Settings -> Secrets:
74
- # https://github.com/winksaville/time-ms-conversions/settings/secrets/actions
+ # https://github.com/winksaville/exper-code-coverage/settings/secrets/actions
75
# Then click "New repository secret" adding CODECOV_TOKEN as name and
76
# the token from:
77
- # https://app.codecov.io/gh/winksaville/time-ms-conversions/settings
+ # https://app.codecov.io/gh/winksaville/exper-code-coverage/settings
78
#
79
token: ${{secrets.CODECOV_TOKEN}} # Seems to be required
80
fail_ci_if_error: true
0 commit comments