mirror of https://github.com/maxcnunes/gaper.git
Fix codecov coverage percentage
This commit is contained in:
parent
586c834cb9
commit
3ef9337845
4
Makefile
4
Makefile
|
@ -32,10 +32,10 @@ lint:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@go test -p=1 -coverpkg $(COVER_PACKAGES) \
|
@go test -p=1 -coverpkg $(COVER_PACKAGES) \
|
||||||
-covermode=atomic -coverprofile=coverage.out $(TEST_PACKAGES)
|
-covermode=atomic -coverprofile=coverage.txt $(TEST_PACKAGES)
|
||||||
|
|
||||||
cover: test
|
cover: test
|
||||||
@go tool cover -html=coverage.out
|
@go tool cover -html=coverage.txt
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
@find . -name '*.go' -not -wholename './vendor/*' | \
|
@find . -name '*.go' -not -wholename './vendor/*' | \
|
||||||
|
|
Loading…
Reference in New Issue