We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cf6ee commit 3ff047eCopy full SHA for 3ff047e
Makefile
@@ -238,7 +238,7 @@ test-e2e-nodeps:
238
KIND_IMAGE="$(KIND_IMAGE)" \
239
PROJECT_DIR="$(PWD)" \
240
E2E_TEST_COV_DIR=${TEST_COV_DIR} \
241
- go test -v -timeout ${E2E_TEST_TIMEOUT} ./${E2E_TEST}/...
+ go test -count=1 -v -timeout ${E2E_TEST_TIMEOUT} ./${E2E_TEST}/...
242
go tool covdata textfmt -i=${TEST_COV_DIR}/covdatafiles -o ${TEST_COV_DIR}/coverage_e2e.out
243
@echo "--- E2E test coverage report"
244
go tool covdata percent -i=${TEST_COV_DIR}/covdatafiles
0 commit comments