Skip to content

Commit

Permalink
Remove coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
krasun committed Oct 5, 2024
1 parent 3df73ae commit 0791654
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# gosdk

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

Expand Down

0 comments on commit 0791654

Please sign in to comment.