Skip to content

Commit

Permalink
raise coverage threshold to 80% for PR in Serving (knative#398)
Browse files Browse the repository at this point in the history
As approved here: knative/serving#2347
  • Loading branch information
steuhs authored and knative-prow-robot committed Jan 16, 2019
1 parent 253146d commit f5dbe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ presubmits:
- "--artifacts=$(ARTIFACTS)"
- "--profile-name=coverage_profile.txt"
- "--cov-target=."
- "--cov-threshold-percentage=50"
- "--cov-threshold-percentage=80"
- "--github-token=/etc/github-token/token"
volumeMounts:
- name: github-token
Expand Down

0 comments on commit f5dbe93

Please sign in to comment.