.luacov
author Kim Alvefur <zash@zash.se>
Fri, 16 Jun 2023 23:57:15 +0200
changeset 13159 9a7523ea45cb
parent 9472 cd2f742e5826
permissions -rw-r--r--
mod_storage_sql: Improve check for old table index on PostgreSQL The "pg_indexes" view is much simpler to inspect than "pg_class"
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
}