We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680f1a8 commit 98387cfCopy full SHA for 98387cf
1 file changed
controller/.coveragerc
@@ -0,0 +1,29 @@
1
+[run]
2
+omit =
3
+ */venv/*
4
+ */virtualenv/*
5
+ *tests*
6
+ api/__init__.py
7
+ api/docker.py
8
+ web/__init__.py
9
+ web/models.py
10
+ web/templatetags/__init__.py
11
+ # osx library files when not running in virtualenv
12
+ /Library/*
13
+ /System/*
14
+
15
+[report]
16
+ignore_errors = True
17
+exclude_lines =
18
+ pragma: no cover
19
+ def __repr__
20
+ if self.debug:
21
+ if settings.DEBUG
22
+ raise AssertionError
23
+ raise NotImplementedError
24
+ if 0:
25
+ if __name__ == .__main__.:
26
27
+[html]
28
+extra_css = web/static/css/main.css
29
+title = Deis Coverage Report
0 commit comments