Skip to content

Commit b4278b7

Browse files
committed
wsgi.py is only for running locally.
1 parent cf91da3 commit b4278b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branch = True
33

44
[report]
55
ignore_errors = True
6-
omit = *tests*,testapp/manage.py
6+
omit = *tests*,testapp/manage.py,testapp/wsgi.py
77

88
[html]
99
directory = coverage_html_report

0 commit comments

Comments
 (0)