forked from lobehub/lobehub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
66 lines (62 loc) 路 1.37 KB
/
Copy pathcodecov.yml
File metadata and controls
66 lines (62 loc) 路 1.37 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
component_management:
individual_components:
# Top-level packages
- component_id: server
name: 'Server'
paths:
- apps/server/**
- component_id: database
name: 'Database'
paths:
- packages/database/**
- component_id: builtin_tools
name: 'Builtin Tools'
paths:
- packages/builtin-tool-*/**
- packages/builtin-tools/**
# App architecture layers
- component_id: app_store
name: 'Store'
paths:
- src/store/**
- component_id: app_services
name: 'Services'
paths:
- src/services/**
- component_id: app_libs
name: 'Libs'
paths:
- src/libs/**
- component_id: app_utils
name: 'Utils'
paths:
- src/utils/**
coverage:
status:
project:
default: off
server:
flags:
- server
threshold: '0.5%'
database:
flags:
- database
threshold: '0.5%'
builtin-tools:
flags:
- builtin-tools
threshold: '0.5%'
app:
flags:
- app
threshold: '0.5%'
patch: off
ignore:
- src/app/**/*.tsx
- packages/python-interpreter/**
- packages/locales/**
- packages/env/**
- packages/device-gateway-client/**
comment:
layout: 'header, diff, flags, components' # show component info in the PR comment