summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 4f50efc408d1609e21d8790233d8909e88ce0e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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