File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 go-version-file : go.mod
1111 - run : make build
1212 - run : make test
13+ - uses : codecov/codecov-action@v4
14+ with :
15+ token : ${{ secrets.CODECOV_TOKEN }}
1316 - uses : sarisia/actions-status-discord@v1
1417 if : always()
1518 with :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build: download
77 go build -C cmd/recvcheck
88
99test :
10- go test -race -coverprofile=coverage.out ./.. .
10+ go test -race -coverprofile=coverage.txt .
1111
1212lint :
1313 golangci-lint run
Original file line number Diff line number Diff line change 11# recvcheck
2- Golang linter for check receiver type in method (WIP)
2+ [ ![ .github/workflows/build.yaml] ( https://github.com/raeperd/recvcheck/actions/workflows/build.yaml/badge.svg )] ( https://github.com/raeperd/recvcheck/actions/workflows/build.yaml ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/raeperd/recvcheck )] ( https://goreportcard.com/report/github.com/raeperd/recvcheck ) [ ![ codecov] ( https://codecov.io/gh/raeperd/recvcheck/graph/badge.svg?token=fPYgEHlq1e )] ( https://codecov.io/gh/raeperd/recvcheck )
3+ Golang linter for check receiver type in method
34
45## Motivtation
56From [ Go Wiki: Go Code Review Comments - The Go Programming Language] ( https://go.dev/wiki/CodeReviewComments#receiver-type )
You can’t perform that action at this time.
0 commit comments