forked from NVIDIA-NeMo/Automodel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
50 lines (49 loc) · 1.68 KB
/
Copy pathcodecov.yml
File metadata and controls
50 lines (49 loc) · 1.68 KB
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
comment: false
coverage:
status:
project: false
patch:
default:
target: 80%
threshold: 10%
base: auto
if_ci_failed: error
if_not_found: success
paths:
- "!nemo_automodel/_transformers/retrieval.py"
- "!nemo_automodel/recipes/retrieval/**"
- "!nemo_automodel/components/datasets/llm/retrieval_*.py"
- "!nemo_automodel/components/models/common/inbatch_neg_utils.py"
- "!nemo_automodel/components/datasets/multimodal/**"
- "!nemo_automodel/components/models/bagel/**"
- "!nemo_automodel/recipes/multimodal/**"
- "!nemo_automodel/components/training/ema.py"
- "!examples/multimodal_finetune/**"
- "!examples/multimodal_pretrain/**"
retrieval:
target: 60%
threshold: 30%
base: auto
if_ci_failed: error
if_not_found: success
paths:
- "nemo_automodel/_transformers/retrieval.py"
- "nemo_automodel/recipes/retrieval/**"
- "nemo_automodel/components/datasets/llm/retrieval_*.py"
- "nemo_automodel/components/models/common/inbatch_neg_utils.py"
bagel:
target: 0%
threshold: 100%
base: auto
if_ci_failed: error
if_not_found: success
informational: true
paths:
- "nemo_automodel/components/datasets/multimodal/**"
- "nemo_automodel/components/models/bagel/**"
- "nemo_automodel/recipes/multimodal/**"
- "nemo_automodel/components/training/ema.py"
- "examples/multimodal_finetune/**"
- "examples/multimodal_pretrain/**"
fixes:
- "/opt/Automodel/::"