Skip to content

Commit 0b8bf57

Browse files
committed
Remove code coverage report
1 parent 5ccde5d commit 0b8bf57

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/build.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,4 @@ jobs:
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

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

0 commit comments

Comments
 (0)