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: .github/workflows/e2e.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
# This is a workaround as the action does not support setting working directory
114
114
- name: Run coverage report
115
-
run: go run github.com/vladopajic/go-test-coverage/[email protected] --profile=./build/_test_coverage/coverage_e2e.out --config=./.testcoverage.yml
@@ -192,19 +197,23 @@ test: codegen fmt vet manifests ${ENVTEST_BINARY_ASSETS} ${KUBEBUILDER} ## Run t
192
197
ENVTEST_BINARY_ASSETS=${ENVTEST_BINARY_ASSETS} go test ./controllers/logging/... ./pkg/... -coverprofile ${TEST_COV_DIR}/cover_controllers_logging.out
193
198
ENVTEST_BINARY_ASSETS=${ENVTEST_BINARY_ASSETS} go test ./controllers/extensions/... ./pkg/... -coverprofile ${TEST_COV_DIR}/cover_controllers_extensions.out
194
199
195
-
.PHONY: install-go-test-coverage
196
-
install-go-test-coverage:
197
-
GOBIN=${BIN} go install github.com/vladopajic/go-test-coverage/v2@latest
198
-
199
200
.PHONY: generate-test-coverage
200
-
generate-test-coverage: install-go-test-coverage test
0 commit comments