diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-28 20:52:19 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 04:20:44 +0000 |
commit | 847f424b8ece82ace9e01d455e0ca14627dd3553 (patch) | |
tree | 6af44f804ab5f752da53f6745d2a7b1b9b164326 /spec | |
parent | bf35cb18afadc8499e1f7254f89e0196e3cd95b7 (diff) | |
download | luarocks-847f424b8ece82ace9e01d455e0ca14627dd3553.tar.gz luarocks-847f424b8ece82ace9e01d455e0ca14627dd3553.tar.bz2 luarocks-847f424b8ece82ace9e01d455e0ca14627dd3553.zip |
do not check coverage or luacheck for vendored modules
These are treated as dependencies, and are managed and tested
by upstream.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util/test_env.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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() | |||
906 | return { | 906 | return { |
907 | statsfile = "%{statsfile}", | 907 | statsfile = "%{statsfile}", |
908 | reportfile = "%{reportfile}", | 908 | reportfile = "%{reportfile}", |
909 | exclude = { | ||
910 | "src%/luarocks%/vendor.+$", | ||
911 | }, | ||
909 | modules = { | 912 | modules = { |
910 | ["luarocks"] = "%{luarocks_path}", | 913 | ["luarocks"] = "%{luarocks_path}", |
911 | ["luarocks-admin"] = "%{luarocks_admin_path}", | 914 | ["luarocks-admin"] = "%{luarocks_admin_path}", |