Skip to content

Commit 12dfda9

Browse files
committed
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.
1 parent 1364246 commit 12dfda9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/go_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ jobs:
1414
with:
1515
go-version: ${{ matrix.go-version }}
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
18-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
17+
- run: go test -race ./...

0 commit comments

Comments
 (0)