-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
92 lines (92 loc) · 2.21 KB
/
codecov.yml
File metadata and controls
92 lines (92 loc) · 2.21 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
---
codecov:
require_ci_to_pass: true
comment:
layout: condensed_header, condensed_files, condensed_footer
require_changes: true
component_management:
default_rules:
statuses:
- target: auto
threshold: 1%
type: project
individual_components:
- component_id: vitest-config
name: vitest-config
paths:
- packages/vitest-config/src/**
- component_id: test-utils
name: test-utils
paths:
- packages/test-utils/src/**
- component_id: eslint-plugin-yamllint
name: eslint-plugin-yamllint
paths:
- packages/eslint-plugin-yamllint/src/**
- component_id: eslint-plugin-md-frontmatter
name: eslint-plugin-md-frontmatter
paths:
- packages/eslint-plugin-md-frontmatter/src/**
- component_id: eslint-plugin-markdownlint
name: eslint-plugin-markdownlint
paths:
- packages/eslint-plugin-markdownlint/src/**
- component_id: eslint-plugin-agent-skills
name: eslint-plugin-agent-skills
paths:
- packages/eslint-plugin-agent-skills/src/**
- component_id: eslint-config
name: eslint-config
paths:
- packages/eslint-config/src/**
- component_id: cli
name: cli
paths:
- packages/cli/bin/**
- packages/cli/src/**
coverage:
status:
patch:
default:
target: 80%
project:
default:
target: auto
threshold: 1%
flags:
cli:
carryforward: true
paths:
- packages/cli/
eslint-config:
carryforward: true
paths:
- packages/eslint-config/
eslint-plugin-agent-skills:
carryforward: true
paths:
- packages/eslint-plugin-agent-skills/
eslint-plugin-markdownlint:
carryforward: true
paths:
- packages/eslint-plugin-markdownlint/
eslint-plugin-md-frontmatter:
carryforward: true
paths:
- packages/eslint-plugin-md-frontmatter/
eslint-plugin-yamllint:
carryforward: true
paths:
- packages/eslint-plugin-yamllint/
test-utils:
carryforward: true
paths:
- packages/test-utils/
vitest-config:
carryforward: true
paths:
- packages/vitest-config/
ignore:
- '**/dist/**'
- '**/e2e/**'
- '**/test/**'