From: daurnimator Date: Wed, 21 Oct 2015 19:20:33 +0000 (-0400) Subject: .luacov: Add luacov config X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/50ea021da26a347c4d82c722835927e5ef6baf86?pf=etc .luacov: Add luacov config --- diff --git a/.luacov b/.luacov new file mode 100644 index 0000000..9e2d541 --- /dev/null +++ b/.luacov @@ -0,0 +1,10 @@ +return { + statsfile = "luacov.stats.out"; + reportfile = "luacov.report.out"; + deletestats = true; + include = { + "^./luatz/"; + }; + exclude = { + }; +}