Skip to content

Commit

Permalink
filter out pb from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Mar 14, 2024
1 parent c17d447 commit 4be83f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
go test -short -v -cover ./...

testci:
go test -short -race -covermode atomic -coverprofile=covprofile ./...
go test -short -race -covermode atomic -coverprofile=covprofile $(go list ./... | grep -v ./pb/)

server:
go run main.go
Expand Down

0 comments on commit 4be83f9

Please sign in to comment.