Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
make test should provide test coverage result [83.8% ATM]
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszraczylo committed May 14, 2021
1 parent 4540e85 commit c73f7d2
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 @@ -11,7 +11,7 @@ prepare:
gocritic check

test: lint tidy
GOPRIVATE=$(SET_PRIVATE) go test -race $(ADDITIONAL_BUILD_FLAGS)
GOPRIVATE=$(SET_PRIVATE) go test -race $(ADDITIONAL_BUILD_FLAGS) -cover

lint:
go fmt
Expand Down

0 comments on commit c73f7d2

Please sign in to comment.