hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

[Bug]: Codecov upload "Rate limit reached" error in GH action

Open sequba opened this issue 1 year ago • 0 comments

Description

When uploading reports to Codecov, sometimes we're getting:

{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 3038s.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 3036s.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 3034s.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 3031s.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 3029s.', code='throttled')}{'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 3027s.', code='throttled')}

Most likely, it could be resolved by using the codecov token and (if necessary) updating the codecov/codecov-action GH action to the latest version

Links

  • https://handsoncode.slack.com/archives/C4PV4S33Q/p1725454274811849 (internal discussion)
  • https://github.com/codecov/codecov-action/issues/1293
  • https://github.com/rapidsai/cudf/issues/15783

sequba avatar Sep 04 '24 13:09 sequba