Skip to content

Commit

Permalink
chore: Update coverage output file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Dec 28, 2022
1 parent f2e6a32 commit f7fbdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ test:
go test -v ./... -bench=.

coverage:
@go test ./... -coverprofile=cover.out
@go tool cover -html=cover.out
@go test ./... -coverprofile=coverage.out
@go tool cover -html=coverage.out

doc:
@godoc -play=true -goroot=/usr/local/go -http=:6060

0 comments on commit f7fbdf9

Please sign in to comment.