-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodecov.yml
67 lines (64 loc) · 1.2 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
notify:
wait_for_ci: false
coverage:
status:
project:
default:
target: 40%
threshold: 1%
patch:
default:
target: 40%
threshold: 1%
parsers:
v1:
include_full_missed_files: true
range: '70...100'
round: down
precision: 2
ignore:
- '**/dist/**/*'
- '**/*.mock*'
- '**/*.mock-data/*'
- '**/*.data.*'
- '**/node_modules/**/*'
- '**/*.d.ts'
- '**/tests/**/*.ts'
- '**/*.test.ts'
- '**/*.spec.ts'
- '**/vitest.config.*'
- '**/tsconfig.*.json'
- '**/tsconfig.json'
- '**/typedoc.json'
- '**/*.md'
- '**/LICENSE'
- '**/*.json'
comment:
layout: 'header, diff, files'
behavior: default
require_changes: false
require_base: false
require_head: true
hide_project_coverage: false
bundle_analysis:
status: 'informational'
flag_management:
default_rules:
carryforward: true
statuses:
- type: project
target: 40%
- type: patch
target: 40%
individual_flags:
- name: package-*
paths:
- packages/*/
carryforward: true
statuses:
- type: project
target: 40%
- type: patch
target: 40%