We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d19c8c commit 286d78fCopy full SHA for 286d78f
Makefile
@@ -7,7 +7,7 @@ docs: #@ Generate docs
7
.PHONY:docs
8
test: fmt vet #@ Run tests
9
go test -tags testutils -coverprofile=coverage-full.out ./...
10
- grep -v "_mocks.go" coverage-full.out | grep -v "testdata.go" | grep -v "collection.go" > coverage.out
+ grep -v "_mocks.go" coverage-full.out | grep -v "handlers.go" | grep -v "testdata.go" | grep -v "collection.go" > coverage.out
11
go tool cover -html=coverage.out -o coverage.html
12
.PHONY:test
13
fmt: #@ Format the code
0 commit comments