From 847f424b8ece82ace9e01d455e0ca14627dd3553 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 28 Feb 2024 20:52:19 -0300 Subject: do not check coverage or luacheck for vendored modules These are treated as dependencies, and are managed and tested by upstream. --- spec/util/test_env.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec') diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 15aa554d..24a1de9e 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua @@ -906,6 +906,9 @@ local function create_configs() return { statsfile = "%{statsfile}", reportfile = "%{reportfile}", + exclude = { + "src%/luarocks%/vendor.+$", + }, modules = { ["luarocks"] = "%{luarocks_path}", ["luarocks-admin"] = "%{luarocks_admin_path}", -- cgit v1.2.3-55-g6feb