-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.coveragerc
More file actions
38 lines (36 loc) · 889 Bytes
/
.coveragerc
File metadata and controls
38 lines (36 loc) · 889 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
[run]
omit =
*/venv/*
*/virtualenv/*
*tests*
controller/api/__init__.py
controller/api/docker.py
client/__init__.py
client/models.py
controller/cm/__init__.py
controller/cm/models.py
controller/provider/digitalocean.py
controller/provider/ec2.py
controller/provider/models.py
controller/provider/rackspace.py
controller/provider/static.py
controller/web/__init__.py
controller/web/models.py
controller/web/templatetags/__init__.py
# osx library files when not running in virtualenv
/Library/*
/System/*
[report]
ignore_errors = True
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
[html]
extra_css = controller/web/static/css/main.css
title = Deis Coverage Report