.luacov: Add config for luacov, exclude spec/

This commit is contained in:
Matthew Wild 2018-10-11 10:39:11 +01:00
parent 2a36be1e9e
commit 1f2e698290

3
.luacov Normal file
View file

@ -0,0 +1,3 @@
exclude = {
"^%./spec/";
}