.luacov
author Kim Alvefur <zash@zash.se>
Sat, 15 Jan 2022 17:37:07 +0100
changeset 12196 6a772a0c0dfd
parent 9472 cd2f742e5826
permissions -rw-r--r--
mod_http: Increase severity of loading unreachable http modules This is either caused by an earlier failure to bind http/s ports, in which case that should be corrected, or explicitly disbling the http/s ports, in which case ... why enable http modules? Suggested by jonas’
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
}