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 | d2862384d59bde5112a88e34331973f73aea4e61 (patch) | |
tree | c4d658d211b88b8609742675ec94362e4bcd36b3 /.luacov | |
parent | 622d35253f6716a20f97540c56a47d0c8b7222dc (diff) | |
download | prosody-d2862384d59bde5112a88e34331973f73aea4e61.tar.gz prosody-d2862384d59bde5112a88e34331973f73aea4e61.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/"; +} |