-
-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy path.codecov.yml
More file actions
47 lines (41 loc) · 797 Bytes
/
.codecov.yml
File metadata and controls
47 lines (41 loc) · 797 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
---
codecov:
notify:
manual_trigger: true # prevent notifications until we notify Codecov
require_ci_to_pass: false
token: >- # notsecret # repo-scoped, upload-only, stability in fork PRs
26f4a393-24a9-48d9-8fa4-f1344d930846
comment:
require_changes: true
coverage:
range: 99.34..100
status:
patch:
default:
target: 96%
flags:
- pytest
project:
default:
target: 99%
lib:
flags:
- pytest
paths:
- yarl/
target: 97.91%
packaging:
paths:
- packaging/
target: 75.24%
tests:
flags:
- pytest
paths:
- tests/
target: 99.87% # 100%
typing:
flags:
- MyPy
target: 100%
...