citus/.github/actions
eaydingol f7df284606
Remove Code Climate coverage upload steps from GitHub Actions workflo… (#8341)
…w (#8182)

DESCRIPTION: Remove Code Climate coverage upload steps from GitHub
Actions workflow

CI: remove Code Climate coverage reporting (cc-test-reporter) and
related jobs; keep Codecov as source of truth

* **Why** Code Climate’s test-reporter has been archived; their
download/API path is no longer served, which breaks our CC upload step
(`cc-test-reporter …` ends up downloading HTML/404).

* **What changed**

* Drop the Code Climate formatting/artifact steps from the composite
action `.github/actions/upload_coverage/action.yml`.
* Delete the `upload-coverage` job that aggregated and pushed to Code
Climate (`cc-test-reporter sum-coverage` / `upload-coverage`).


* **Impact**

  * Codecov uploads remain; coverage stays visible via Codecov.
  * No test/build behavior change—only removes a failing reporter path.

DESCRIPTION: PR description that will go into the change log, up to 78
characters

Cherry-pick
8bb8b2ce2d

Co-authored-by: Mehmet YILMAZ <mehmety87@gmail.com>
2025-11-14 12:09:01 +00:00
..
parallelization CircleCI to GHA migration (#7154) 2023-10-10 16:58:50 +03:00
save_logs_and_results Upgrade upload-artifacts action to 4.6.0 2025-02-04 16:47:04 +03:00
setup_extension Upgrade download-artifacts action to 4.1.8 2025-02-04 16:49:06 +03:00
upload_coverage Remove Code Climate coverage upload steps from GitHub Actions workflo… (#8341) 2025-11-14 12:09:01 +00:00