Skip to content

Commit

Permalink
Collect cross-package coverage (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubuxu authored May 15, 2024
1 parent 283c68b commit 9828418
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 @@ -6,7 +6,7 @@ test:
.PHONY: test

test/cover: test
test/cover: GOTEST_ARGS=-coverprofile=coverage.txt -covermode=atomic
test/cover: GOTEST_ARGS=-coverprofile=coverage.txt -covermode=atomic -coverpkg=./...
.PHONY: test/cover


Expand All @@ -16,4 +16,4 @@ lint:

generate:
go generate ./...
.PHONY: generate
.PHONY: generate

0 comments on commit 9828418

Please sign in to comment.