commit df1029a091fa3c6805517e11217a1e15eb71423d from: Sergey Bronnikov via: Sergey Bronnikov date: Tue Oct 25 11:32:23 2022 UTC luacov config NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal commit - 320b6bdb33fd9b46d53eeb5651b19cd7a5b8818d commit + df1029a091fa3c6805517e11217a1e15eb71423d blob - /dev/null blob + afbc3c0df7b9f4f2df1308bfd5de8b6c1d6f3eea (mode 644) --- /dev/null +++ .luacov @@ -0,0 +1,12 @@ +-- https://lunarmodules.github.io/luacov/doc/modules/luacov.defaults.html + +include = { + "src$", + "src%/.+$", + "third_party$", + "third_party%/.+$", +} + +tick = true +deletestats = true +includeuntestedfiles = true