From 5ad27cfd6040a444839d67f196a0f6be0ca9f89f Mon Sep 17 00:00:00 2001 From: "Claude Sonnet 4.6" Date: Wed, 17 Jun 2026 12:27:20 +0000 Subject: [PATCH] chore: remove CodeCov upload from CI Remove the codecov/codecov-action step from the Coverage job. This repo already uploads coverage to Datadog via DataDog/coverage-upload-github-action. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/actions.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 339ce47a..68a05acd 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -67,12 +67,6 @@ jobs: run: | sudo apt-get install -y gcovr gcovr -f '.*src/main/c/.*' -x -d -o build/coverage.xml - - name: Submit coverage - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0 - with: - flags: helper - verbose: true - files: build/coverage.xml,build/reports/jacoco/test/jacocoTestReport.xml - name: Get Datadog credentials id: dd-sts if: always()