Skip to content

Commit 1ac091a

Browse files
🌱 Update the cover profile for e2e (#3271)
- Update the cover profile for e2e Signed-off-by: naveensrinivasan <[email protected]>
1 parent 9545d79 commit 1ac091a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ endif
336336
e2e-pat: ## Runs e2e tests. Requires GITHUB_AUTH_TOKEN env var to be set to GitHub personal access token
337337
e2e-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

341341
e2e-gh-token: ## Runs e2e tests. Requires GITHUB_AUTH_TOKEN env var to be set to default GITHUB_TOKEN
342342
e2e-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+
###############################################################################

0 commit comments

Comments
 (0)