-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathcodecov.yml
More file actions
52 lines (52 loc) · 1.16 KB
/
codecov.yml
File metadata and controls
52 lines (52 loc) · 1.16 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
codecov:
notify:
require_ci_to_pass: yes
coverage:
status:
project:
default:
target: auto
threshold: 80%
base: auto
branches:
- trunk
informational: true
patch:
default:
threshold: 20%
informational: true
comment:
hide_comment_details: true
hide_project_coverage: false
show_carryforward_flags: true
flag_management:
default_rules:
carryforward: true
individual_flags:
- name: auto-sizes
paths:
- plugins/auto-sizes/
- name: dominant-color-images
paths:
- plugins/dominant-color-images/
- name: embed-optimizer
paths:
- plugins/embed-optimizer/
- name: image-prioritizer
paths:
- plugins/image-prioritizer/
- name: optimization-detective
paths:
- plugins/optimization-detective/
- name: performance-lab
paths:
- plugins/performance-lab/
- name: speculation-rules
paths:
- plugins/speculation-rules/
- name: web-worker-offloading
paths:
- plugins/web-worker-offloading/
- name: webp-uploads
paths:
- plugins/webp-uploads/