Diff

.luacov @ 9469:cd2f742e5826

.luacov: Add config for luacov, exclude spec/
author Matthew Wild <mwild1@gmail.com>
date Thu, 11 Oct 2018 10:39:11 +0100
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.luacov	Thu Oct 11 10:39:11 2018 +0100
@@ -0,0 +1,3 @@
+exclude = {
+	"^%./spec/";
+}