georm/.tarpaulin.local.toml

8 lines
166 B
TOML
Raw Normal View History

2025-01-26 13:00:27 +00:00
[all]
out = ["Html", "Lcov"]
skip-clean = true
target-dir = "coverage"
output-dir = "coverage"
fail-under = 40
exclude-files = ["target/*"]
run-types = ["AllTargets"]