diff --git a/tarpaulin.toml b/tarpaulin.toml index eb39aec2..71c73a35 100644 --- a/tarpaulin.toml +++ b/tarpaulin.toml @@ -1,20 +1,23 @@ -[lua54_coverage] +[lua54] features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers" -[lua54_with_memory_limit_coverage] -features = "lua54,vendored,async,send,serialize,macros" +[lua54_non_send] +features = "lua54,vendored,async,serialize,macros,anyhow,userdata-wrappers" + +[lua54_with_memory_limit] +features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers" rustflags = "--cfg force_memory_limit" -[lua51_coverage] +[lua51] features = "lua51,vendored,async,send,serialize,macros" -[lua51_with_memory_limit_coverage] +[lua51_with_memory_limit] features = "lua51,vendored,async,send,serialize,macros" rustflags = "--cfg force_memory_limit" -[luau_coverage] +[luau] features = "luau,async,send,serialize,macros" -[luau_with_memory_limit_coverage] +[luau_with_memory_limit] features = "luau,async,send,serialize,macros" rustflags = "--cfg force_memory_limit"