We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d607b commit bb2835bCopy full SHA for bb2835b
1 file changed
.codecov.yml
@@ -17,14 +17,24 @@ coverage:
17
default:
18
target: 100%
19
lib:
20
+ flags:
21
+ - unit
22
paths:
23
- multidict/**/*.py
24
target: 94.05%
25
tests:
26
27
28
29
- tests/
30
31
+ typing:
32
33
+ - MyPy
34
+ target: 100%
35
typing-stubs:
36
37
38
39
- >-
40
**/*.pyi
0 commit comments