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
39 lines (37 loc) · 793 Bytes
/
codecov.yml
File metadata and controls
39 lines (37 loc) · 793 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
31
32
33
34
35
36
37
38
39
component_management:
individual_components:
# App architecture layers
- component_id: app_store
name: 'Store'
paths:
- src/store/**
- component_id: app_services
name: 'Services'
paths:
- src/services/**
- component_id: app_server
name: 'Server'
paths:
- src/server/**
- component_id: app_libs
name: 'Libs'
paths:
- src/libs/**
- component_id: app_utils
name: 'Utils'
paths:
- src/utils/**
coverage:
status:
project:
default: off
database:
flags:
- database
app:
flags:
- app
threshold: 0.5
patch: off
comment:
layout: 'header, diff, flags, components' # show component info in the PR comment