Skip to content

Commit

Permalink
ci: Add -coverprofile in test
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Sep 13, 2024
1 parent 9de678d commit 70a6210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage.out
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build: download
go build

test:
go test -race ./...
go test -race -coverprofile=coverage.out ./...

lint:
golangci-lint run
Expand Down

0 comments on commit 70a6210

Please sign in to comment.