.luacov
author Kim Alvefur <zash@zash.se>
Thu, 16 Sep 2021 09:52:51 +0200
changeset 12154 653a48b5a25b
parent 9472 cd2f742e5826
permissions -rw-r--r--
core.certmanager: Disable DANE name checks (not needed for XMPP) Pending https://github.com/brunoos/luasec/pull/179 Should not be done globally, but rather only for s2sout, but that would have to be in mod_tls then.
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
}