File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
go-version-file : go.mod
11
11
- run : make build
12
12
- run : make test
13
+ - uses : codecov/codecov-action@v4
14
+ with :
15
+ token : ${{ secrets.CODECOV_TOKEN }}
13
16
- uses : sarisia/actions-status-discord@v1
14
17
if : always()
15
18
with :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build: download
7
7
go build -C cmd/recvcheck
8
8
9
9
test :
10
- go test -race -coverprofile=coverage.out ./.. .
10
+ go test -race -coverprofile=coverage.txt .
11
11
12
12
lint :
13
13
golangci-lint run
Original file line number Diff line number Diff line change 1
1
# 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
3
4
4
5
## Motivtation
5
6
From [ 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