We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08d0a6 commit 280eddaCopy full SHA for 280edda
.github/workflows/test.yml
@@ -34,7 +34,4 @@ jobs:
34
go-version: 1.17
35
36
- 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
+ run: go test -race -v ./...
0 commit comments