mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 12:40:31 +00:00
10 lines
215 B
TOML
10 lines
215 B
TOML
[nora]
|
|
packages = ["nora-registry"]
|
|
engine = "Llvm"
|
|
fail-under = 38
|
|
out = ["Json", "Html"]
|
|
output-dir = "coverage"
|
|
test-timeout = "5m"
|
|
exclude-files = ["src/ui/*", "src/main.rs", "src/openapi.rs"]
|
|
workspace = false
|