-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
82 lines (72 loc) · 1.53 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
coverage:
range: 60..100
round: down
precision: 2
flag_management:
default_rules:
carryforward: false
individual_flags:
- name: httpx-exception-unit
paths:
- packages/exception
statuses:
- type: project
target: 90%
threshold: 1%
- name: httpx-dsn-parser-unit
paths:
- packages/dsn-parser
statuses:
- type: project
target: 90%
threshold: 1%
- name: httpx-memo-intl-unit
paths:
- packages/memo-intl
statuses:
- type: project
target: 90%
threshold: 1%
- name: httpx-plain-object-unit
paths:
- packages/plain-object
statuses:
- type: project
target: 90%
threshold: 1%
- name: httpx-assert-unit
paths:
- packages/assert
statuses:
- type: project
target: 90%
threshold: 1%
- name: httpx-treeu-unit
paths:
- packages/treeu
statuses:
- type: project
target: 50%
threshold: 1%
- name: httpx-json-api-unit
paths:
- packages/json-api
statuses:
- type: project
target: 50%
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