forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
36 lines (34 loc) · 850 Bytes
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Overall settings for PR integration via codecov.io
# See https://docs.codecov.io/docs/codecovyml-reference
codecov:
bot: 'amp-coverage-bot'
ci:
- 'travis.org'
max_report_age: 24
require_ci_to_pass: no
notify:
wait_for_ci: no
# Pull request comments disabled because they were too noisy
# See https://docs.codecov.io/docs/pull-request-comments
comment: false
# Separate PR statuses for project-level and patch-level coverage
# See https://docs.codecov.io/docs/commit-status
coverage:
precision: 2
round: down
range: '75...100'
status:
project:
default:
base: auto
if_not_found: success
only_pulls: true
target: 75%
threshold: 1%
patch:
default:
base: auto
if_not_found: success
only_pulls: true
target: 75%
threshold: 1%