forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
32 lines (30 loc) · 964 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
# Settings for https://codecov.io integration
# See https://docs.codecov.io/docs/pull-request-comments
comment: off
# See https://docs.codecov.io/v4.3.0/docs/commit-status
coverage:
status:
project:
default: off
unit_tests:
flags: unit_tests
target: auto
threshold: 100 # Passing check no matter what the coverage is
base: auto
integration_tests:
flags: integration_tests
target: auto
threshold: 100 # Passing check no matter what the coverage is
base: auto
patch:
default: off
unit_tests:
flags: unit_tests
target: 100 # Target 100% coverage for diffs
threshold: 100 # Passing check no matter what the coverage is
base: auto
integration_tests:
flags: integration_tests
target: 100 # Target 100% coverage for diffs
threshold: 100 # Passing check no matter what the coverage is
base: auto