-
Notifications
You must be signed in to change notification settings - Fork 793
/
codecov.yml
86 lines (83 loc) · 1.7 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
github_checks:
annotations: false
comment:
layout: "reach, diff, flags, files"
behavior: default
require_base: no
require_head: no
branches:
- "main"
- "bentoml-1.0"
show_carryforward_flags: true
ignore:
- "bentoml/testing/**/*"
- "bentoml/_internal/types.py"
- "bentoml/__main__.py"
- "bentoml/build_utils.py"
- "tests/**/*"
- "docker/**/*"
- "typings/**/*"
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: auto
threshold: 10%
frameworks:
target: auto
threshold: 10%
flags:
- frameworks
e2e:
target: auto
threshold: 10%
flags:
- e2e-tests
unit:
target: auto
threshold: 10%
flags:
- unit-tests
patch:
default:
threshold: 10%
flags:
frameworks:
carryforward: true
paths:
- bentoml/catboost.py
- bentoml/detectron.py
- bentoml/easyocr.py
- bentoml/evalml.py
- bentoml/fastai.py
- bentoml/fasttext.py
- bentoml/flax.py
- bentoml/gluon.py
- bentoml/h2o.py
- bentoml/keras.py
- bentoml/lightgbm.py
- bentoml/mlflow.py
- bentoml/onnx.py
- bentoml/onnxmlir.py
- bentoml/paddle.py
- bentoml/pycaret.py
- bentoml/pyspark.py
- bentoml/pytorch.py
- bentoml/pytorch_lightning.py
- bentoml/sklearn.py
- bentoml/spacy.py
- bentoml/statsmodels.py
- bentoml/tensorflow.py
- bentoml/transformers.py
- bentoml/xgboost.py
e2e:
carryforward: true
paths:
- "bentoml/**/*"
unit:
carryforward: true
paths:
- "bentoml/**/*"