File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 go-version : ' 1.24'
1818
1919 - name : Run coverage
20- run : go test -race -coverprofile=coverage.txt -covermode=atomic ./...
20+ run : go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v /examples/)
2121
2222 - name : Upload coverage to Codecov
2323 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 3434 run : go vet ./...
3535
3636 - name : Test
37- run : go test -race -coverprofile=coverage.txt -covermode=atomic ./...
37+ run : go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v /examples/)
3838
3939 - name : Upload coverage to Codecov
4040 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 2323 go-version : ' 1.24'
2424
2525 - name : Run Tests
26- run : go test -v ./...
26+ run : go test -v $(go list ./... | grep -v /examples/)
2727
2828 - name : Create Release
2929 id : create_release
You can’t perform that action at this time.
0 commit comments