Skip to content

Commit 286d78f

Browse files
committed
chore: ignoring handlers in codecov tests. will be covered in integration testing
1 parent 6d19c8c commit 286d78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docs: #@ Generate docs
77
.PHONY:docs
88
test: fmt vet #@ Run tests
99
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
10+
grep -v "_mocks.go" coverage-full.out | grep -v "handlers.go" | grep -v "testdata.go" | grep -v "collection.go" > coverage.out
1111
go tool cover -html=coverage.out -o coverage.html
1212
.PHONY:test
1313
fmt: #@ Format the code

0 commit comments

Comments
 (0)