Skip to content

GH action misleadingly broken for orgs that are broken on CodeCov #3593

@pboling

Description

@pboling

Describe the bug

info - 2025-07-27 19:09:36,480 -- Found 6 coverage files to report
debug - 2025-07-27 19:09:36,480 -- Found 204 network files to report, (204 without filtering)
info - 2025-07-27 19:09:36,480 -- > /home/runner/work/appraisal2/appraisal2/coverage/lcov.info
info - 2025-07-27 19:09:36,480 -- > /home/runner/work/appraisal2/appraisal2/coverage/coverage.json
info - 2025-07-27 19:09:36,480 -- > /home/runner/work/appraisal2/appraisal2/gemfiles/coverage.gemfile
info - 2025-07-27 19:09:36,480 -- > /home/runner/work/appraisal2/appraisal2/coverage/coverage.xml
info - 2025-07-27 19:09:36,480 -- > /home/runner/work/appraisal2/appraisal2/gemfiles/coverage.gemfile.lock
info - 2025-07-27 19:09:36,480 -- > /home/runner/work/appraisal2/appraisal2/gemfiles/modular/coverage.gemfile
debug - 2025-07-27 19:09:36,480 -- Selected uploader to use: <class 'codecov_cli.services.upload.upload_sender.UploadSender'>
debug - 2025-07-27 19:09:36,482 -- Sending upload request to Codecov
warning - 2025-07-27 19:09:36,867 -- Response status code was 500. --- {"retry": 0}
warning - 2025-07-27 19:09:36,867 -- Request failed. Retrying --- {"retry": 0}
warning - 2025-07-27 19:09:37,721 -- Response status code was 500. --- {"retry": 1}
warning - 2025-07-27 19:09:37,721 -- Request failed. Retrying --- {"retry": 1}
warning - 2025-07-27 19:09:39,027 -- Response status code was 500. --- {"retry": 2}
warning - 2025-07-27 19:09:39,028 -- Request failed. Retrying --- {"retry": 2}
Traceback (most recent call last):
  File "codecov_cli/main.py", line 99, in <module>
  File "codecov_cli/main.py", line 95, in run
  File "click/core.py", line 1161, in __call__
  File "click/core.py", line 1082, in main
  File "click/core.py", line 1697, in invoke
  File "click/core.py", line 1443, in invoke
  File "click/core.py", line 788, in invoke
  File "click/decorators.py", line 33, in new_func
  File "codecov_cli/commands/upload_coverage.py", line 86, in upload_coverage
  File "click/core.py", line 788, in invoke
  File "codecov_cli/services/upload_coverage/__init__.py", line 52, in upload_coverage_logic
  File "codecov_cli/services/upload/__init__.py", line 138, in do_upload_logic
  File "codecov_cli/services/upload/upload_sender.py", line 102, in send_upload_data
  File "codecov_cli/helpers/request.py", line 82, in wrapper
Exception: Request failed after too many retries. URL: https://ingest.codecov.io/upload/github/appraisal-rb::::appraisal2/upload-coverage
[PYI-4497:ERROR] Failed to execute script 'main' due to unhandled exception!
Sentry is attempting to send 3 pending events
Waiting up to 2 seconds
Press Ctrl-C to quit
==> Failed to run upload-coverage
    Exiting...
Error: Process completed with exit code 1.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/appraisal-rb/appraisal2/actions/runs/16554588927/job/46814268873?pr=4
  2. See error

Expected behavior

I expect the CodeCov GH Action to work. Specifically to upload coverage reports.

Screenshots

Image

CC @spalmurray It got worse. :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions