-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcodecov.yml
More file actions
28 lines (28 loc) · 700 Bytes
/
codecov.yml
File metadata and controls
28 lines (28 loc) · 700 Bytes
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
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true
individual_flags: # exceptions to the default rules above, stated flag by flag
- name: config
paths:
- packages/config/
carryforward: true
- name: foxify
paths:
- packages/foxify/
carryforward: true
- name: fresh
paths:
- packages/fresh/
carryforward: true
- name: http
paths:
- packages/http/
carryforward: true
- name: inject
paths:
- packages/inject/
carryforward: true
- name: router
paths:
- packages/router/
carryforward: true