citus/.github/workflows
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
..
build_and_test.yml Remove Code Climate coverage upload steps from GitHub Actions workflo… (#8341) 2025-11-14 12:09:01 +00:00
codeql.yml bumbed codeql version to v3 (#7999) 2025-05-23 14:13:33 +03:00
devcontainer.yml Fix dockerfile to remove pg14 and include pg17 2025-03-13 15:15:27 +03:00
flaky_test_debugging.yml Avoid artifact name collision for flaky test detection jobs 2025-02-24 14:02:13 +03:00
packaging-test-pipelines.yml Updates github checkout actions to v4 (#7611) 2025-02-04 16:50:01 +03:00