File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7777 - uses : codecov/codecov-action@v5
7878 if : ${{ !cancelled() }}
7979 with :
80+ slug : ${{ github.repository }}
8081 fail_ci_if_error : false
8182 files : ./reports/coverage.out
8283 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ builds:
2323 goarch :
2424 - amd64
2525 - arm
26- main : ./cmd/go-test-html-report/main.go
26+ main : ./cmd/go-test-html-report
2727 ldflags :
2828 - -s -w
2929 - -X main.version={{.Version}}
Original file line number Diff line number Diff line change 55<div align =" center " >
66
77![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/brpaz/go-test-html-report?style=for-the-badge )
8+ [ ![ Latest Release] ( https://img.shields.io/github/v/release/brpaz/go-test-html-report?style=for-the-badge )] ( https://github.com/brpaz/go-test-html-report/releases )
89[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/brpaz/go-test-html-report?style=for-the-badge )] ( https://goreportcard.com/report/github.com/brpaz/go-test-html-report )
910[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/brpaz/go-test-html-report/ci.yml?style=for-the-badge )] ( https://github.com/brpaz/go-test-html-report/actions )
11+ [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/brpaz/go-test-html-report?style=for-the-badge )] ( https://codecov.io/gh/brpaz/go-test-html-report )
1012[ ![ LICENSE] ( https://img.shields.io/github/license/brpaz/go-test-html-report?style=for-the-badge )] ( https://github.com/brpaz/go-test-html-report/blob/main/LICENSE )
1113
1214</div >
You can’t perform that action at this time.
0 commit comments