-
-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy path.codecov.yml
More file actions
41 lines (34 loc) · 677 Bytes
/
.codecov.yml
File metadata and controls
41 lines (34 loc) · 677 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
---
codecov:
notify:
after_n_builds: 1 # The number of test matrix+lint jobs uploading coverage
wait_for_ci: false
require_ci_to_pass: false
token: >- # notsecret # repo-scoped, upload-only, stability in fork PRs
796e466d-bf08-4b98-8d5b-0e9c442aef06
comment:
require_changes: true
coverage:
range: 100..100
status:
patch:
runtime:
target: 95%
flags:
- pytest
project:
lib:
flags:
- pytest
paths:
- multidict/
target: 95%
tests:
flags:
- pytest
paths:
- tests/
target: 100%
github_checks:
annotations: false
...