Skip to content

Commit 280edda

Browse files
author
Ryan Wholey
authored
Remove codecov (#8)
1 parent e08d0a6 commit 280edda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,4 @@ jobs:
3434
go-version: 1.17
3535

3636
- name: Test
37-
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
38-
39-
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v2
37+
run: go test -race -v ./...

0 commit comments

Comments
 (0)