1
0
Fork 0
mirror of https://github.com/bjc/prosody.git synced 2025-04-03 21:27:38 +03:00

.luacov: Add config for luacov, exclude spec/

This commit is contained in:
Matthew Wild 2018-10-11 10:39:11 +01:00
parent 2a36be1e9e
commit 1f2e698290

3
.luacov Normal file
View file

@ -0,0 +1,3 @@
exclude = {
"^%./spec/";
}