File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 21
21
run : go build -v .
22
22
23
23
- 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 1
1
# gosqlparser
2
2
3
3
[ ![ 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 )
5
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/krasun/gosqlparser )] ( https://goreportcard.com/report/github.com/krasun/gosqlparser )
6
5
[ ![ GoDoc] ( https://godoc.org/https://godoc.org/github.com/krasun/gosqlparser?status.svg )] ( https://godoc.org/github.com/krasun/gosqlparser )
7
6
You can’t perform that action at this time.
0 commit comments