Skip to content

Commit 17371fc

Browse files
authored
chore(ci): remove codecov until coverage is worth tracking (#328)
1 parent 2f12edb commit 17371fc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ jobs:
88
- uses: actions/setup-go@v6
99
with:
1010
go-version: "1.25"
11-
- run: go test -race -coverprofile=coverage.txt ./...
12-
- uses: codecov/codecov-action@v5
13-
with:
14-
token: ${{ secrets.CODECOV_TOKEN }}
11+
- run: go test -race ./...

0 commit comments

Comments
 (0)