mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-16 21:12:59 +00:00
31 lines
601 B
Text
31 lines
601 B
Text
|
reporter = "html"
|
||
|
|
||
|
return {
|
||
|
modules = {
|
||
|
["worldeditadditions_core.**"] = "worldeditadditions_core",
|
||
|
},
|
||
|
include = {
|
||
|
"worldeditadditions_core$",
|
||
|
"worldeditadditions_core%/.+$",
|
||
|
"worldeditadditions",
|
||
|
"worldeditadditions_commands",
|
||
|
},
|
||
|
exclude = {
|
||
|
".tests$",
|
||
|
".tests%/.+$",
|
||
|
".docs$",
|
||
|
".docs%/.+$",
|
||
|
".github$",
|
||
|
".github%/.+$",
|
||
|
".luarocks$",
|
||
|
".luarocks%/.+$",
|
||
|
".luacov-html$",
|
||
|
".luacov-html%/.+$",
|
||
|
".vscode$",
|
||
|
".vscode%/.+$",
|
||
|
},
|
||
|
runreport = true,
|
||
|
deletestats = true,
|
||
|
-- includeuntestedfiles = true -- currently causes a crash
|
||
|
-- reportfile = "luacov.report.html"
|
||
|
}
|