Skip to content

Commit 46ee7ea

Browse files
committed
Update tarpaulin.toml
1 parent 15738dd commit 46ee7ea

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

tarpaulin.toml

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
[lua54_coverage]
1+
[lua54]
22
features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers"
33

4-
[lua54_with_memory_limit_coverage]
5-
features = "lua54,vendored,async,send,serialize,macros"
4+
[lua54_non_send]
5+
features = "lua54,vendored,async,serialize,macros,anyhow,userdata-wrappers"
6+
7+
[lua54_with_memory_limit]
8+
features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers"
69
rustflags = "--cfg force_memory_limit"
710

8-
[lua51_coverage]
11+
[lua51]
912
features = "lua51,vendored,async,send,serialize,macros"
1013

11-
[lua51_with_memory_limit_coverage]
14+
[lua51_with_memory_limit]
1215
features = "lua51,vendored,async,send,serialize,macros"
1316
rustflags = "--cfg force_memory_limit"
1417

15-
[luau_coverage]
18+
[luau]
1619
features = "luau,async,send,serialize,macros"
1720

18-
[luau_with_memory_limit_coverage]
21+
[luau_with_memory_limit]
1922
features = "luau,async,send,serialize,macros"
2023
rustflags = "--cfg force_memory_limit"

0 commit comments

Comments
 (0)