From 497929e546bb4b73cdd9a081afd709a1cb27be58 Mon Sep 17 00:00:00 2001 From: Nikita Tkachenko Date: Wed, 17 Jun 2026 12:26:36 +0000 Subject: [PATCH] chore: remove CodeCov upload from CI Remove the redundant codecov/codecov-action upload step. This repo already uploads coverage to Datadog via dd-sts-action + datadog-ci. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fada9342..ed83943f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,12 +71,6 @@ jobs: pattern: coverage-* path: coverage_data - - name: Upload coverage to Codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 - with: - directory: coverage_data - use_oidc: true - - name: Get Datadog credentials id: dd-sts continue-on-error: true