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
Copy file name to clipboardExpand all lines: locale/en/en.cfg
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ coverage-nopath-mods=Mod to skip path translation for
6
6
7
7
[mod-setting-description]
8
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.
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. JSON Array.
10
+
coverage-exclude-modfiles=Files in these mods will be excluded from lcov output, in any modstate. JSON Array.
11
+
coverage-nopath-mods=These mods will be output in "__modname__" format. "level", "base" and "core" will always be on this list. JSON Array.
0 commit comments