We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddef2a commit b3e0024Copy full SHA for b3e0024
1 file changed
.github/workflows/ci.yml
@@ -30,15 +30,7 @@ jobs:
30
run: go mod download
31
32
- name: Run tests
33
- run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
34
-
35
- - name: Upload coverage to Codecov
36
- if: matrix.os == 'ubuntu-latest' && matrix.go == '1.25'
37
- uses: codecov/codecov-action@v4
38
- with:
39
- file: ./coverage.txt
40
- flags: unittests
41
- fail_ci_if_error: false
+ run: go test -v ./...
42
43
lint:
44
name: Lint
0 commit comments