chore: Add e2e test readme (#319)

This commit is contained in:
Eric Warehime
2023-12-20 09:49:11 -08:00
committed by GitHub
parent 335d7a216a
commit 4e7e7acfbf
3 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ test-unit: use-main
test-integration: tidy
@go test -v -race ./tests/integration/...
test-cover: tidy
test-cover: use-main tidy
@echo Running unit tests and creating coverage report...
@go test -mod=readonly -v -timeout 30m -coverprofile=$(COVER_FILE) -covermode=atomic $(shell go list ./... | grep -v tests/)
@sed -i '/.pb.go/d' $(COVER_FILE)