Skip to content

Commit

Permalink
馃彈 Reduce coverage threshold for codecov check (ampproject#28215)
Browse files Browse the repository at this point in the history
* Reduce threshold coverage for codecov checks

* Revert change to upload logic

* Don't require entire CI build to pass
  • Loading branch information
rsimha authored and ldoroshe committed May 8, 2020
1 parent 368dd00 commit 2052ef2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ codecov:
ci:
- 'travis.org'
max_report_age: 24
require_ci_to_pass: yes
require_ci_to_pass: no
notify:
wait_for_ci: yes
wait_for_ci: no

# Pull request comments disabled because they were too noisy
# See https://docs.codecov.io/docs/pull-request-comments
Expand All @@ -18,19 +18,19 @@ comment: false
coverage:
precision: 2
round: down
range: '80...100'
range: '75...100'
status:
project:
default:
base: auto
if_not_found: success
only_pulls: true
target: 80%
target: 75%
threshold: 1%
patch:
default:
base: auto
if_not_found: success
only_pulls: true
target: 80%
target: 75%
threshold: 1%

0 comments on commit 2052ef2

Please sign in to comment.