-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.codecov.yml
More file actions
91 lines (86 loc) · 1.77 KB
/
.codecov.yml
File metadata and controls
91 lines (86 loc) · 1.77 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
codecov:
notify:
wait_for_ci: yes
coverage:
precision: 2
round: down
range: "80...100"
# COMMENT:Can set project coverage target here
# status:
# project:
# default:
# target: 80%
# threshold: 5%
# patch:
# default:
# target: 80%
parsers:
gcov:
branch_detection:
conditional: yes
comment:
layout: "reach,diff,flags,components,footer"
behavior: default
require_changes: no
component_management:
default_rules:
statuses:
- type: project
target: auto
individual_components:
- component_id: application_components
name: Application Components
paths:
- "packages/application-components/**"
statuses:
- type: project
target: auto
- type: patch
- component_id: application_shell
name: Application Shell
paths:
- "packages/application-shell/**"
statuses:
- type: project
target: auto
- type: patch
- component_id: application_shell_connectors
name: Application Shell Connectors
paths:
- "packages/application-shell-connectors/**"
statuses:
- type: project
target: auto
- type: patch
ignore:
- "node_modules"
- "coverage"
- "cypress-coverage"
- ".nyc_output"
- ".cache"
- "dist"
- "build"
- ".next"
- "cypress"
- "**/*.test.js"
- "**/*.test.ts"
- "**/*.spec.js"
- "**/*.spec.ts"
- "playground"
- "examples"
- "website"
- "website-components-playground"
- "visual-testing-app"
- "test-data"
- "graphql-test-utils"
- "custom-views-templates/"
- "application-templates"
- "@types-extensions"
- "@types"
- "patches"
- ".changeset"
- "schemas"
- "docs"
- ".github"
- ".vscode"
- "scripts"