File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : go build -v .
3535
3636 - name : Test
37- run : go test -v .
37+ run : go test -v -race -covermode atomic -coverprofile=profile.cov .
38+
39+ - name : Send coverage
40+ env :
41+ COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
42+ run : |
43+ go get github.com/mattn/goveralls
44+ $(go env GOPATH)/bin/goveralls -repotoken $COVERALLS_TOKEN -coverprofile=profile.cov
Original file line number Diff line number Diff line change 11[ ![ Go] ( https://github.com/fmenezes/codeowners/workflows/Go/badge.svg )] ( https://github.com/fmenezes/codeowners/actions?query=branch%3Amaster )
22[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/fmenezes/codeowners )] ( https://goreportcard.com/report/github.com/fmenezes/codeowners )
3+ [ ![ Coverage] ( https://coveralls.io/repos/github/fmenezes/codeowners/badge.svg?branch=master )] ( https://coveralls.io/github/fmenezes/codeowners?branch=master )
34
45# CODEOWNERS Decoder
56
You can’t perform that action at this time.
0 commit comments