Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rian committed Aug 14, 2024
1 parent 3cee202 commit d9d7ea0
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 @@ -71,7 +71,7 @@ benchmarks: rustdeps ## benchmarking

test-cover: clean-testcache rustdeps ## tests with coverage
mkdir -p coverage
go test $(GO_TAGS) -a -coverpkg=./... -coverprofile=coverage/coverage.out -covermode=atomic ./...
go test $(GO_TAGS) -coverpkg=./... -coverprofile=coverage/coverage.out -covermode=atomic ./...
go tool cover -html=coverage/coverage.out -o coverage/coverage.html

install-deps: | install-gofumpt install-mockgen install-golangci-lint## install some project dependencies
Expand Down

0 comments on commit d9d7ea0

Please sign in to comment.