.luacov
author João Duarte <jvsDuarte08@gmail.com>
Wed, 31 Jul 2019 11:08:43 -0700
changeset 10193 d311168c71d1
parent 9472 cd2f742e5826
permissions -rw-r--r--
util.prosodyctl: The check_flags function now considers that a module, if given, is specified at the penultimate argument it receives
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9472
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     1
exclude = {
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     2
	"^%./spec/";
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     3
}