You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coverage-startup=Enable Line Counting during control.lua initialization
2
+
coverage-startup=Enable Line Counting during control.lua initialization
3
+
coverage-include-modstates=Mod states to include in coverage counting
4
+
coverage-exclude-modfiles=Mods to exclude file output counts for
5
+
coverage-nopath-mods=Mod to skip path translation for
6
+
7
+
[mod-setting-description]
8
+
coverage-startup=A coverage test named "startup" will be started as soon as the coverage tester is required into a lua state, and stopped in on_init/on_load.
9
+
coverage-include-modstates=For all tests except "startup", only enable the coverage tester in these mods. If blank, the tester will be enabled in all mods. "level" is always included if supported.
10
+
coverage-exclude-modfiles=Files in these mods will be excluded from lcov output, in any modstate.
11
+
coverage-nopath-mods=These mods will be output in "__modname__" format. "level", "base" and "core" will always be on this list.
0 commit comments