Fix codecov coverage percentage

This commit is contained in:
Max Claus Nunes 2018-07-12 10:48:17 -03:00
parent 586c834cb9
commit 3ef9337845
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ lint:
test:
@go test -p=1 -coverpkg $(COVER_PACKAGES) \
-covermode=atomic -coverprofile=coverage.out $(TEST_PACKAGES)
-covermode=atomic -coverprofile=coverage.txt $(TEST_PACKAGES)
cover: test
@go tool cover -html=coverage.out
@go tool cover -html=coverage.txt
fmt:
@find . -name '*.go' -not -wholename './vendor/*' | \