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 c6f44f7 commit 82b84bdCopy full SHA for 82b84bd
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- uses: codecov/codecov-action@v3
85
with:
86
- # Explicitly using the token in order to avoid Codecov rate limit errors
+ # Explicitly using the token to avoid Codecov rate limit errors
87
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
88
token: ${{ secrets.CODECOV_TOKEN }}
89
fail_ci_if_error: true
0 commit comments