diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-10-11 10:39:11 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-10-11 10:39:11 +0100 |
commit | ceac0b0488676eb7db643c1c45825331a8dc463c (patch) | |
tree | c4d658d211b88b8609742675ec94362e4bcd36b3 /.luacov | |
parent | 6c51edbedd9300ea3f1f7a1513696cbcec619c79 (diff) | |
download | prosody-ceac0b0488676eb7db643c1c45825331a8dc463c.tar.gz prosody-ceac0b0488676eb7db643c1c45825331a8dc463c.zip |
.luacov: Add config for luacov, exclude spec/
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/"; +} |