Skip to content

Commit

Permalink
Remove code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Jan 15, 2025
1 parent 5ccde5d commit 0b8bf57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,4 @@ jobs:
run: go build -v .

- name: Test
run: go test -v . -race -cover -coverprofile=coverage.txt

- name: Upload coverage report
uses: codecov/codecov-action@v2
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
run: go test -v . -race -cover
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# gosqlparser

[![Build](https://github.com/krasun/gosqlparser/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/krasun/gosqlparser/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/krasun/gosqlparser/branch/main/graph/badge.svg?token=8NU6LR4FQD)](https://codecov.io/gh/krasun/gosqlparser)
[![Go Report Card](https://goreportcard.com/badge/github.com/krasun/gosqlparser)](https://goreportcard.com/report/github.com/krasun/gosqlparser)
[![GoDoc](https://godoc.org/https://godoc.org/github.com/krasun/gosqlparser?status.svg)](https://godoc.org/github.com/krasun/gosqlparser)

Expand Down

0 comments on commit 0b8bf57

Please sign in to comment.