diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f643e28..e7e74f7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: - uses: codecov/codecov-action@v3 with: - # Explicitly using the token in order to avoid Codecov rate limit errors + # Explicitly using the token to avoid Codecov rate limit errors # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true