-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
65 lines (61 loc) · 1.28 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
coverage:
range: 60..100
round: down
precision: 2
flag_management:
default_rules:
carryforward: false
individual_flags:
- name: e2e
paths:
- packages/e2e
- packages/cache-interop
- packages/cache-ioredis
- packages/cache-redis
statuses:
- type: project
target: 60%
threshold: 1%
- name: cacheInteropUnit
paths:
- packages/cache-interop
statuses:
- type: project
target: 55%
threshold: 1%
- name: cacheIORedisUnit
paths:
- packages/cache-ioredis
statuses:
- type: project
target: 40%
threshold: 1%
- name: cacheNodeRedisUnit
paths:
- packages/cache-redis
statuses:
- type: project
target: 40%
threshold: 1%
- name: dsnParserUnit
paths:
- packages/dsn-parser
statuses:
- type: project
target: 95%
threshold: 1%
ignore:
- '.yarn/**/*'
- '.husky/**/*'
- 'docs/**/*'
- 'examples/**/*'
- '**/dist/**/*'
github_checks: true
comment:
layout: 'reach, diff, flags, files'
behavior: default
require_changes: false
require_base: yes
require_head: yes
branches: null
show_carryforward_flags: true