Skip to content

Commit

Permalink
remove post-knative-serving-go-coverage as defaultPostSubmitJobName (k…
Browse files Browse the repository at this point in the history
…native#644)

We are running code coverage on multiple repos and we are running it not only in pre-submit.
Periodical jobs and post-submit jobs do not need the flag and it is distracting to set the defaultPostSubmitJobName, as it would be printed in logs.
  • Loading branch information
steuhs authored and knative-prow-robot committed Mar 29, 2019
1 parent 3071d77 commit dedeb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/coverage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
defaultStdoutRedirect = "stdout.txt"
defaultCoverageTargetDir = "./pkg/"
defaultGcsBucket = "knative-prow"
defaultPostSubmitJobName = "post-knative-serving-go-coverage"
defaultPostSubmitJobName = ""
defaultCovThreshold = 80
)

Expand Down

0 comments on commit dedeb87

Please sign in to comment.