aboutsummaryrefslogtreecommitdiffstats
path: root/.luacov
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-10-11 10:39:11 +0100
committerMatthew Wild <mwild1@gmail.com>2018-10-11 10:39:11 +0100
commitd2862384d59bde5112a88e34331973f73aea4e61 (patch)
treec4d658d211b88b8609742675ec94362e4bcd36b3 /.luacov
parent622d35253f6716a20f97540c56a47d0c8b7222dc (diff)
downloadprosody-d2862384d59bde5112a88e34331973f73aea4e61.tar.gz
prosody-d2862384d59bde5112a88e34331973f73aea4e61.zip
.luacov: Add config for luacov, exclude spec/
Diffstat (limited to '.luacov')
-rw-r--r--.luacov3
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/";
+}