diff options
Diffstat (limited to '.luacov')
-rw-r--r-- | .luacov | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luacov b/.luacov new file mode 100644 index 00000000..5a5fdc36 --- /dev/null +++ b/.luacov @@ -0,0 +1,3 @@ +exclude = { + "^%./spec/"; +} |