Skip to content

Commit 98387cf

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
chore(coverage): add .coveragerc in controller root
1 parent 680f1a8 commit 98387cf

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

controller/.coveragerc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)