fix: tarpaulin.toml config format (Json/Html caps, humantime duration) (#88)

This commit is contained in:
2026-04-05 14:02:58 +03:00
committed by GitHub
parent e0bd8341bc
commit 444c0e22cc

View File

@@ -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