Annotate

.luacov @ 13689:6049c1602c79 13.0

modulemanager: Remove autoloading of per-platform module We only support posix these days, and we moved it to the core startup process to make it more deterministic and reliable.
author Matthew Wild <mwild1@gmail.com>
date Thu, 13 Feb 2025 18:00:54 +0000
parent 9469:cd2f742e5826
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9469
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 }