Skip to content

Commit

Permalink
Enable aggregated coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Oct 26, 2023
1 parent d1de51c commit 8088d7a
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 @@ -30,7 +30,7 @@ lint: vet staticcheck

.PHONY: test
test: testdeps
go test -v -covermode=atomic -coverprofile=coverage.out ./...
go test -v -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...

.PHONY: check
check: test lint
Expand Down

0 comments on commit 8088d7a

Please sign in to comment.