-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.codecov.yaml
More file actions
48 lines (43 loc) · 839 Bytes
/
Copy path.codecov.yaml
File metadata and controls
48 lines (43 loc) · 839 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
codecov:
require_ci_to_pass: true
coverage:
precision: 2
round: down
range: "50...70"
status:
project:
default:
informational: true
target: auto
threshold: 1%
patch:
default:
informational: true
target: 70%
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false
require_base: false
require_head: true
show_carryforward_flags: true
flags:
python-unit:
paths:
- sdk/python/feast/
carryforward: true
go-feature-server:
paths:
- go/
carryforward: true
ignore:
- "sdk/python/tests/**"
- "**/*_pb2.py"
- "**/*_pb2_grpc.py"
- "sdk/python/feast/protos/**"
- "sdk/python/feast/embedded_go/**"
- "protos/**"
- "docs/**"
- "ui/**"
- "java/**"
- "infra/feast-operator/test/**"