In the most recent pull request(#109), code coverage is not sent to Codecov automatically during the Upload coverage reports to Codecov step:
[2024-05-23T23:38:14.127Z] ['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 - {'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 594s.', code='throttled')}
Code coverage should be reported automatically and show up here for this PR.
Additional context
It seems like they recently bumped the version from v3 to v4 and dropped support for tokenless uploads of the report. Still weird that v3 doesn't work anymore, but I'll try using v4 and adding the token.
Code of Conduct
[X] I agree to follow this project's Code of Conduct and Contributing Guidelines
Description
In the most recent pull request(#109), code coverage is not sent to Codecov automatically during the
Upload coverage reports to Codecov
step:Reproduction
Have a look at this pipeline.
Expected behavior
Code coverage should be reported automatically and show up here for this PR.
Additional context
It seems like they recently bumped the version from
v3
tov4
and dropped support for tokenless uploads of the report. Still weird thatv3
doesn't work anymore, but I'll try usingv4
and adding the token.Code of Conduct