You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ unit-test: ## Runs all unit tests.
36
36
coverage: ## Runs all unit tests and generates a coverage report.
37
37
echo"Ensuring the code coverage is met"
38
38
go mod vendor
39
-
go test -mod=vendor -coverprofile=coverage ./... |THRESHOLD_FILE=$(COVERAGE_THRESHOLD_FILE) COVERAGE_PERCENTAGE=$(TEST_COVERAGE_PERCENTAGE)go run ./hack/codecoverage/main.go
39
+
go test -mod=vendor -coverprofile=coverage ./... | go run ./hack/codecoverage/main.go$(COVERAGE_THRESHOLD_FILE)$(TEST_COVERAGE_PERCENTAGE)
0 commit comments