-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.coveragerc
59 lines (59 loc) · 1.54 KB
/
.coveragerc
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
[report]
omit =
*/site-packages/*
*tests/*
*api/config.py*
*api/*/__init__.py*
*ctypes/__init__.py*
*ctypes/_endian.py*
*ctypes/util.py*
*decimal.py*
*encodings/idna.py*
*fractions.py*
*hmac.py*
*html/__init__.py*
*html/entities.py*
*http/cookiejar.py*
*mimetypes.py*
*numbers.py*
*socketserver.py*
*stringprep.py*
*uuid.py*
*asyncio/__init__.py*
*asyncio/base_events.py*
*asyncio/base_futures.py*
*asyncio/base_subprocess.py*
*asyncio/base_tasks.py*
*asyncio/compat.py*
*asyncio/constants.py*
*asyncio/coroutines.py*
*asyncio/events.py*
*asyncio/futures.py*
*asyncio/locks.py*
*asyncio/log.py*
*asyncio/protocols.py*
*asyncio/queues.py*
*asyncio/selector_events.py*
*asyncio/sslproto.py*
*asyncio/streams.py*
*asyncio/subprocess.py*
*asyncio/tasks.py*
*asyncio/transports.py*
*asyncio/unix_events.py*
*cgi.py*
*concurrent/__init__.py*
*concurrent/futures/__init__.py*
*concurrent/futures/_base.py*
*concurrent/futures/process.py*
*concurrent/futures/thread.py*
*ctypes/macholib/__init__.py*
*ctypes/macholib/dyld.py*
*ctypes/macholib/dylib.py*
*ctypes/macholib/framework.py*
*email/generator.py*
*http/client.py*
*http/client.py*
*http/cookies.py*
*multiprocessing/connection.py*
*multiprocessing/util.py*
*smtplib.py*