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
commit1f2e698290b6b1e3591d9158c4e0c18a2373ffe7 (patch)
treec4d658d211b88b8609742675ec94362e4bcd36b3 /.luacov
parent2a36be1e9ea45fd7964a1e3ab022eb2efc7dd449 (diff)
downloadprosody-1f2e698290b6b1e3591d9158c4e0c18a2373ffe7.tar.gz
prosody-1f2e698290b6b1e3591d9158c4e0c18a2373ffe7.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/";
+}