Add coverage exception now that SAVE_TAMPERING is back.
This commit is contained in:
parent
0ffb297801
commit
7723f3fc1a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ YAML_PATH = "../adventure.yaml"
|
||||||
HTML_TEMPLATE_PATH = "../templates/coverage_dungeon.html.tpl"
|
HTML_TEMPLATE_PATH = "../templates/coverage_dungeon.html.tpl"
|
||||||
DEFAULT_HTML_OUTPUT_PATH = "../coverage/adventure.yaml.html"
|
DEFAULT_HTML_OUTPUT_PATH = "../coverage/adventure.yaml.html"
|
||||||
DANGLING_ACTIONS = ["ACT_VERSION"]
|
DANGLING_ACTIONS = ["ACT_VERSION"]
|
||||||
DANGLING_MESSAGES = ["SAVERESUME_DISABLED"]
|
DANGLING_MESSAGES = ["SAVERESUME_DISABLED", "SAVE_TAMPERING"]
|
||||||
|
|
||||||
STDOUT_REPORT_CATEGORY = " {name:.<19}: {percent:5.1f}% covered ({covered} of {total})\n"
|
STDOUT_REPORT_CATEGORY = " {name:.<19}: {percent:5.1f}% covered ({covered} of {total})\n"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue