mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 06:50:31 +00:00
fix: tarpaulin.toml config format (Json/Html caps, humantime duration) (#88)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
packages = ["nora-registry"]
|
||||
engine = "Llvm"
|
||||
fail-under = 38
|
||||
out = ["json", "html"]
|
||||
out = ["Json", "Html"]
|
||||
output-dir = "coverage"
|
||||
timeout = "300"
|
||||
test-timeout = "5m"
|
||||
exclude-files = ["src/ui/*", "src/main.rs", "src/openapi.rs"]
|
||||
workspace = false
|
||||
|
||||
Reference in New Issue
Block a user