forked from selfxyz/self
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
53 lines (50 loc) · 837 Bytes
/
.codecov.yml
File metadata and controls
53 lines (50 loc) · 837 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
codecov:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "80...100"
status:
project:
default:
target: 80%
threshold: 5%
patch:
default:
target: 80%
threshold: 5%
flags:
screens:
paths:
- "src/screens/"
stores:
paths:
- "src/stores/"
providers:
paths:
- "src/providers/"
components:
paths:
- "src/components/"
utils:
paths:
- "src/utils/"
hooks:
paths:
- "src/hooks/"
navigation:
paths:
- "src/navigation/"
layouts:
paths:
- "src/layouts/"
ignore:
- "src/mocks/**"
- "src/types/**"
- "src/**/*.d.ts"
- "src/**/index.{ts,tsx}"
- "src/**/*.test.{ts,tsx}"
- "src/**/*.spec.{ts,tsx}"
- "src/**/__tests__/**"
- "src/**/__mocks__/**"
- "tests/**"