mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 09:10:32 +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"]
|
packages = ["nora-registry"]
|
||||||
engine = "Llvm"
|
engine = "Llvm"
|
||||||
fail-under = 38
|
fail-under = 38
|
||||||
out = ["json", "html"]
|
out = ["Json", "Html"]
|
||||||
output-dir = "coverage"
|
output-dir = "coverage"
|
||||||
timeout = "300"
|
test-timeout = "5m"
|
||||||
exclude-files = ["src/ui/*", "src/main.rs", "src/openapi.rs"]
|
exclude-files = ["src/ui/*", "src/main.rs", "src/openapi.rs"]
|
||||||
workspace = false
|
workspace = false
|
||||||
|
|||||||
Reference in New Issue
Block a user