Skip to content

Commit 29a751c

Browse files
committed
Skip 0-length files and use Deis' CSS in coverage report.
1 parent 5b72fe8 commit 29a751c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.coveragerc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,27 @@
22
omit =
33
*/venv/*
44
*/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]
515
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

Comments
 (0)