File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2121 run : go build -v .
2222
2323 - name : Test
24- run : go test -v . -race -cover -coverprofile=coverage.txt
25-
26- - name : Upload coverage report
27- uses : codecov/codecov-action@v2
28- with :
29- file : ./coverage.txt
30- fail_ci_if_error : true
31- verbose : true
24+ run : go test -v . -race -cover
Original file line number Diff line number Diff line change 11# gosqlparser
22
33[ ![ Build] ( https://github.com/krasun/gosqlparser/actions/workflows/build.yml/badge.svg?branch=main )] ( https://github.com/krasun/gosqlparser/actions/workflows/build.yml )
4- [ ![ codecov] ( https://codecov.io/gh/krasun/gosqlparser/branch/main/graph/badge.svg?token=8NU6LR4FQD )] ( https://codecov.io/gh/krasun/gosqlparser )
54[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/krasun/gosqlparser )] ( https://goreportcard.com/report/github.com/krasun/gosqlparser )
65[ ![ GoDoc] ( https://godoc.org/https://godoc.org/github.com/krasun/gosqlparser?status.svg )] ( https://godoc.org/github.com/krasun/gosqlparser )
76
You can’t perform that action at this time.
0 commit comments