-
Notifications
You must be signed in to change notification settings - Fork 3
/
codecov.yml
38 lines (37 loc) · 933 Bytes
/
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
coverage:
status:
patch: off
project:
default: off
property:
flags: [property]
target: 64%
property_filter_pretty:
target: 66%
flags: [property_filter_pretty]
react_properties_selector:
target: 66%
flags: [react_properties_selector]
react_property_selectors:
flags: [react_property_selectors]
target: 26%
variant_listing:
flags: [variant_listing]
target: 78%
flags:
property:
paths:
- packages/property/src
property_filter_pretty:
paths:
- packages/property-filter-pretty/src
react_property_selectors:
paths:
- packages/react-property-selectors/src
variant_listing:
paths:
- packages/variant-listing/src
ignore:
- "**/__benchmarks__/**"
# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate