summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc20
1 files changed, 20 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..4f50efc
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,20 @@
+[run]
+branch = True
+source =
+ searx/engines
+ searx/__init__.py
+ searx/autocomplete.py
+ searx/https_rewrite.py
+ searx/languages.py
+ searx/search.py
+ searx/testing.py
+ searx/utils.py
+ searx/webapp.py
+
+[report]
+show_missing = True
+exclude_lines =
+ if __name__ == .__main__.:
+
+[html]
+directory = coverage