We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a27244 commit 70adf20Copy full SHA for 70adf20
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Dependencies
31
run: go mod tidy
32
- name: Test
33
- run: go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...
+ run: go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...
34
- name: Upload coverage
35
uses: codecov/codecov-action@v1
36
with:
0 commit comments