Skip to content

Commit 6cbf2dd

Browse files
committed
🧪 Add a Codecov config
1 parent 6ce8f9a commit 6cbf2dd

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.codecov.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
3+
codecov:
4+
notify:
5+
after_n_builds: 26 # Number of test matrix+lint jobs uploading coverage
6+
wait_for_ci: false
7+
8+
require_ci_to_pass: false
9+
10+
token: >- # notsecret # repo-scoped, upload-only, stability in fork PRs
11+
78c6cd01-1f6b-428a-8be0-9069e6073d6d
12+
13+
comment:
14+
require_changes: true
15+
16+
coverage:
17+
range: 100..100
18+
status:
19+
patch:
20+
default:
21+
target: 100%
22+
pytest:
23+
target: 100%
24+
flags:
25+
- pytest
26+
typing:
27+
flags:
28+
- MyPy
29+
project:
30+
default:
31+
target: 100%
32+
lib:
33+
flags:
34+
- pytest
35+
paths:
36+
- src/
37+
target: 100%
38+
packaging:
39+
paths:
40+
- packaging/
41+
target: 75.24%
42+
tests:
43+
flags:
44+
- pytest
45+
paths:
46+
- tests/
47+
target: 100%
48+
typing:
49+
flags:
50+
- MyPy
51+
target: 100%
52+
53+
...

0 commit comments

Comments
 (0)