From 12dfda97f154076e61e960a68e0bd17d4183050f Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Tue, 24 Jun 2025 10:59:58 +0000 Subject: [PATCH] Remove codecov It's noisy and unhelpful, see #290 as an example. It's got itself stuck with some base commit in the past, and it's not worth the effort in untangling this IMO. I don't remember the last time we requested a PR was modified as a result of codecov feedback. --- .github/workflows/go_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 64b0ca9..10f6d26 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -14,5 +14,4 @@ jobs: with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - run: go test -race -covermode=atomic -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + - run: go test -race ./...