forked from yamada-ui/yamada-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
67 lines (56 loc) · 1.21 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
61
62
63
64
65
66
67
codecov:
require_ci_to_pass: false
bot: yamada-bot
ci:
- github-actions
coverage:
status:
project:
default:
target: 80%
threshold: 1%
precision: 2
comment:
layout: "reach, diff, files, components"
behavior: default
require_changes: false
component_management:
default_rules:
statuses:
- type: project
target: auto
branches:
- "!main"
individual_components:
- component_id: package_cli
name: cli
paths:
- packages/cli/**
- component_id: package_components
name: components
paths:
- packages/components/**
- component_id: package_core
name: core
paths:
- packages/core/**
- component_id: package_hooks
name: hooks
paths:
- packages/hooks/**
- component_id: package_providers
name: providers
paths:
- packages/providers/**
- component_id: package_react
name: react
paths:
- packages/react/**
- component_id: package_theme-tools
name: theme-tools
paths:
- packages/theme-tools/**
- component_id: package_utils
name: utils
paths:
- packages/utils/**