Skip to content

Commit

Permalink
Merge pull request #10 from daithihearn/cancel-2
Browse files Browse the repository at this point in the history
chore: ignoring handlers in codecov tests. will be covered in integra…
  • Loading branch information
daithihearn authored Jan 13, 2024
2 parents efce715 + ab7b7d9 commit d38ece3
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 @@ -7,7 +7,7 @@ docs: #@ Generate docs
.PHONY:docs
test: fmt vet #@ Run tests
go test -tags testutils -coverprofile=coverage-full.out ./...
grep -v "_mocks.go" coverage-full.out | grep -v "handlers.go" | grep -v "testdata.go" | grep -v "collection.go" > coverage.out
grep -v "_mocks.go" coverage-full.out | grep -v "handler.go" | grep -v "testdata.go" | grep -v "collection.go" > coverage.out
go tool cover -html=coverage.out -o coverage.html
.PHONY:test
fmt: #@ Format the code
Expand Down

0 comments on commit d38ece3

Please sign in to comment.