-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathcodecov.yml
More file actions
98 lines (90 loc) · 1.99 KB
/
codecov.yml
File metadata and controls
98 lines (90 loc) · 1.99 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
codecov:
require_ci_to_pass: true
notify:
notify_error: true
coverage:
precision: 2
round: down
range: 80..100
status:
project:
default:
target: 80%
threshold: 1%
informational: false
patch:
default:
target: 80%
threshold: 0%
only_pulls: true
informational: false
parsers:
javascript:
enable_partials: yes
comment:
layout: "condensed_header, diff, flags, components, condensed_files, condensed_footer"
require_changes: true
behavior: default
github_checks:
annotations: true
flag_management:
default_rules:
carryforward: true
component_management:
default_rules:
statuses:
- type: project
target: 80%
threshold: 1%
informational: true
- type: patch
target: 80%
threshold: 0%
only_pulls: true
informational: true
individual_components:
- component_id: player_app
name: Player (App)
paths:
- "packages/player/src/**"
- component_id: ui
name: UI Library
paths:
- "packages/ui/src/**"
- component_id: hifi
name: Hifi
paths:
- "packages/hifi/src/**"
- component_id: model
name: Data Model
paths:
- "packages/model/src/**"
- component_id: plugin_sdk
name: Plugin SDK
paths:
- "packages/plugin-sdk/src/**"
- component_id: themes
name: Themes
paths:
- "packages/themes/src/**"
ignore:
- "packages/docs/**"
- "packages/storybook/**"
- "packages/website/**"
- "packages/tailwind-config/**"
- "packages/eslint-config/**"
- "packages/i18n/**"
- "packages/app/**"
- "packages/core/**"
- "packages/main/**"
- "packages/scanner/**"
- "**/__snapshots__/**"
- "**/*.snap"
- "packages/**/dist/**"
- "**/*.d.ts"
- "packages/tools/**"
- "packages/player/src-tauri/**"
- "**/routeTree.gen.ts"
- "**/*.test-wrapper.tsx"
- "packages/player/src/test/**"
- "packages/plugin-sdk/src/**"