From 6779d6d8fea032c59d0d1941753c6bc7d892d069 Mon Sep 17 00:00:00 2001 From: Bill Taylor Date: Wed, 27 May 2026 15:42:54 -0600 Subject: [PATCH] chore: remove Codecov integration Drop the 'Upload coverage to Codecov' step as part of decommissioning Codecov across the org. Coverage is still generated by the test step; only the external upload is removed. --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6374c67..a9eeec0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,9 +28,3 @@ jobs: run: | go vet . staticcheck - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - with: - files: ./coverage - token: ${{ secrets.CODECOV_TOKEN }}