Skip to content

Commit

Permalink
Merge pull request #31 from gowizzard/development
Browse files Browse the repository at this point in the history
chore: Update coverage output file name.
  • Loading branch information
gowizzard authored Dec 28, 2022
2 parents 0b578d3 + f7fbdf9 commit 672cdeb
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 672cdeb

Please sign in to comment.