429 - Too Many Requests - Request was throttled

Description

Codecov uploader failing with the message below:

['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 429 - Too Many Requests - {'detail': ErrorDetail(string='Request was throttled.', code='throttled')}
Error: Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v2.1.0/dist/codecov' failed with exit code 255

CI/CD URL

https://app.codecov.io/gh/spreeloop/place/branch/pipeline_pr_only

Codecov Output

Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.

Run codecov/codecov-action@v2.1.0
  with:
    token: ***
    flags: apps_common
    fail_ci_if_error: true
  env:
    FLUTTER_SDK_VERSION: 2.5.3
    FLUTTER_ROOT: /opt/hostedtoolcache/flutter
    PUB_CACHE: /home/runner/.pub-cache
==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (ca88335829e3a5b589674a200fdd1dae8f2ef27775647bc3aef6677266a6fda2  codecov)
==> Running version latest
==> Running version v0.1.17
/home/runner/work/_actions/codecov/codecov-action/v2.1.0/dist/codecov -n  -Q github-action-2.1.0 -Z -F apps_common -C 7934e5cf7c503d81fffd3e189a18e1bb04451887
[2022-02-28T15:55:05.364Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.1.17
[2022-02-28T15:55:05.371Z] ['info'] => Project root located at: /home/runner/work/place/place
[2022-02-28T15:55:05.374Z] ['info'] ->  Token found by environment variables
[2022-02-28T15:55:05.379Z] ['info'] Searching for coverage files...
[2022-02-28T15:55:05.473Z] ['info'] Warning: Some files located via search were excluded from upload.
[2022-02-28T15:55:05.473Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2022-02-28T15:55:05.474Z] ['info'] => Found 1 possible coverage files:
  common/internationalization/coverage/lcov.info
[2022-02-28T15:55:05.474Z] ['info'] Processing /home/runner/work/place/place/common/internationalization/coverage/lcov.info...
[2022-02-28T15:55:05.477Z] ['info'] Using manual override from args.
[2022-02-28T15:55:05.478Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-02-28T15:55:05.479Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-2.1.0-uploader-0.1.17&token=*******&branch=pipeline_pr_only&build=1911208146&build_url=https%3A%2F%2Fgithub.com%2Fspreeloop%2Fplace%2Factions%2Fruns%2F1911208146&commit=7934e5cf7c503d81fffd3e189a18e1bb04451887&job=Pre-Submit+%28Common%29&pr=28&service=github-actions&slug=spreeloop%2Fplace&name=&tag=&flags=apps_common&parent=
[2022-02-28T15:55:05.793Z] ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 429 - Too Many Requests - {'detail': ErrorDetail(string='Request was throttled.', code='throttled')}
Error: Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v2.1.0/dist/codecov' failed with exit code 255

Expected Results

Coverage uploaded without errors.

Actual Results

Upload fails and blocks PR check.

Additional Information

Nevermind. We realized that we went over our limit of 250 uploads per month :sweat:.

1 Like