We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4835d79 commit 2d49360Copy full SHA for 2d49360
.coveragerc
@@ -3,7 +3,10 @@ branch = True
3
4
[report]
5
ignore_errors = True
6
-omit = *tests*,testapp/manage.py,testapp/wsgi.py
+omit =
7
+ *tests*
8
+ testapp/manage.py
9
+ testapp/wsgi.py
10
11
[html]
12
directory = coverage_html_report
0 commit comments