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