Skip to content

Commit

Permalink
remove coverage flag from test command in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Dec 9, 2023
1 parent 59487c7 commit d0716c9
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 @@ -18,7 +18,7 @@ mocks: ## generates mocks
go generate ./...

tests: ## runs all tests
go test ./... -covermode=atomic -timeout=30s
go test ./... -timeout=30s

tests-cover: ## run all tests with test coverge
go test ./... -coverprofile=coverage.out -covermode=atomic -v -count=1
Expand Down

0 comments on commit d0716c9

Please sign in to comment.