Skip to content

Commit

Permalink
Update tarpaulin.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Nov 3, 2024
1 parent 15738dd commit 46ee7ea
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions tarpaulin.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 46ee7ea

Please sign in to comment.