forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverage.checker.config
More file actions
33 lines (28 loc) · 853 Bytes
/
coverage.checker.config
File metadata and controls
33 lines (28 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Config for running https-everywhere-checker in coverage-only mode.
# Only check whether rulesets have sufficient coverage with test URLs. If
# any ruleset needs additional coverage, exit with status 1. No HTTP fetching.
[rulesets]
rulesdir = src/chrome/content/rules
check_coverage = true
include_default_off = false
skiplist = utils/ruleset-coverage-whitelist.txt
[certificates]
basedir = test/rules/platform_certs
[http]
user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
# Don't bother doing HTTP, we are just checking coverage and want it to be fast.
enabled = false
connect_timeout = 10
read_timeout = 15
redirect_depth = 10
threads = 10
fetch_in_subprocess = false
[log]
logfile = -
loglevel = error
[thresholds]
metric = markup
max_distance = 0.1
[debug]
graphviz_file = HTEC_trie.dot
exit_after_dump = true