forked from frappe/frappe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
60 lines (56 loc) · 1.16 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
codecov:
require_ci_to_pass: yes
coverage:
range: 60..90
status:
project:
default:
target: auto
threshold: 0.5%
flags:
- server
patch:
default:
target: 85%
threshold: 0%
only_pulls: true
if_ci_failed: ignore
flags:
- server
comment:
layout: "diff, flags"
require_changes: true
show_critical_paths: true
flags:
server:
paths:
- "**/*.py"
carryforward: true
ui-tests:
paths:
- "**/*.js"
carryforward: true
server-ui:
paths:
- "**/*.py"
carryforward: true
profiling:
critical_files_paths:
- /frappe/api.py
- /frappe/app.py
- /frappe/auth.py
- /frappe/boot.py
- /frappe/client.py
- /frappe/handler.py
- /frappe/migrate.py
- /frappe/sessions.py
- /frappe/utils/*
- /frappe/desk/reportview.py
- /frappe/desk/form/*
- /frappe/model/*
- /frappe/core/doctype/doctype/*
- /frappe/core/doctype/data_import/*
- /frappe/core/doctype/user/*
- /frappe/core/doctype/user/*
- /frappe/query_builder/*
- /frappe/database/*