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 | 1f2e698290b6b1e3591d9158c4e0c18a2373ffe7 (patch) | |
tree | c4d658d211b88b8609742675ec94362e4bcd36b3 | |
parent | 2a36be1e9ea45fd7964a1e3ab022eb2efc7dd449 (diff) | |
download | prosody-1f2e698290b6b1e3591d9158c4e0c18a2373ffe7.tar.gz prosody-1f2e698290b6b1e3591d9158c4e0c18a2373ffe7.zip |
.luacov: Add config for luacov, exclude spec/
-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/"; +} |