Real test coverage dor SAVE_TAMPERING.
This commit is contained in:
parent
43af075fa9
commit
5929a68b88
5 changed files with 26 additions and 3 deletions
|
@ -25,7 +25,7 @@ YAML_PATH = "../adventure.yaml"
|
|||
HTML_TEMPLATE_PATH = "../templates/coverage_dungeon.html.tpl"
|
||||
DEFAULT_HTML_OUTPUT_PATH = "../coverage/adventure.yaml.html"
|
||||
DANGLING_ACTIONS = ["ACT_VERSION"]
|
||||
DANGLING_MESSAGES = ["SAVERESUME_DISABLED", "SAVE_TAMPERING"]
|
||||
DANGLING_MESSAGES = ["SAVERESUME_DISABLED"]
|
||||
|
||||
STDOUT_REPORT_CATEGORY = " {name:.<19}: {percent:5.1f}% covered ({covered} of {total})\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue