File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ endif
336336e2e-pat : # # Runs e2e tests. Requires GITHUB_AUTH_TOKEN env var to be set to GitHub personal access token
337337e2e-pat : build-scorecard check-env | $(GINKGO )
338338 # Run e2e tests. GITHUB_AUTH_TOKEN with personal access token must be exported to run this
339- TOKEN_TYPE=" PAT" $(GINKGO ) --race -p -v -cover -coverprofile=e2e-coverage.out --keep-separate-coverprofiles ./...
339+ TOKEN_TYPE=" PAT" $(GINKGO ) --race -p -v -coverprofile=e2e-coverage.out -coverpkg=./... -r ./...
340340
341341e2e-gh-token : # # Runs e2e tests. Requires GITHUB_AUTH_TOKEN env var to be set to default GITHUB_TOKEN
342342e2e-gh-token : build-scorecard check-env | $(GINKGO )
@@ -450,4 +450,4 @@ cron-github-server-ko: | $(KO) $(KOCACHE_PATH)
450450 --tags latest,$(GIT_VERSION ) ,$(GIT_HASH ) \
451451 github.com/ossf/scorecard/v4/clients/githubrepo/roundtripper/tokens/server
452452
453- # ##############################################################################
453+ # ##############################################################################
You can’t perform that action at this time.
0 commit comments