-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathcodecov.yml
More file actions
30 lines (29 loc) · 901 Bytes
/
codecov.yml
File metadata and controls
30 lines (29 loc) · 901 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
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"
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"
fixes:
- "/opt/Automodel/::"