forked from react-native-elements/react-native-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
39 lines (36 loc) · 866 Bytes
/
codecov.yml
File metadata and controls
39 lines (36 loc) · 866 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
29
30
31
32
33
34
35
36
37
38
39
coverage:
status:
project:
default:
target: 78% #overall project/ repo coverage
base:
target: 75%
flags:
- base
themed:
target: 75%
flags:
- themed
universe:
target: 75%
flags:
- universe
# adding Flags to your `layout` configuration to show up in the PR comment
comment:
require_changes: false
# New root YAML section = `flags:`
# This is where you would define every flag from your
# uploader, and update when new Flags added
flags:
base:
paths: #note, accepts globs, not regexes
- packages/base/
carryforward: false
themed:
paths: #note, accepts globs, not regexes
- packages/themed/
carryforward: true
universe:
paths: #note, accepts globs, not regexes
- packages/universe/
carryforward: true