citus/.github/workflows
Mehmet YILMAZ 8689f3f25c Remove Code Climate coverage upload steps from GitHub Actions workflow (#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.

cherry-picked from 8bb8b2ce2d
2025-09-19 14:14:57 +03:00
..
build_and_test.yml Remove Code Climate coverage upload steps from GitHub Actions workflow (#8182) 2025-09-19 14:14:57 +03:00
codeql.yml Create CodeQL workflow for static analysis (#5868) 2023-02-07 15:25:17 +03:00
flaky_test_debugging.yml Upgrade upload-artifacts action to 4.6.0 2025-02-03 10:13:59 +03:00
packaging-test-pipelines.yml Removes el/7 and ol/7 as runners (#7650) 2024-07-17 15:11:38 +03:00