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.
2 parents 84aa72a + d71bb90 commit ad6df6eCopy full SHA for ad6df6e
.github/workflows/main.yml
@@ -83,5 +83,8 @@ jobs:
83
84
- uses: codecov/codecov-action@v3
85
with:
86
+ # Explicitly using the token in order 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
90
verbose: true # optional (default = false)
0 commit comments