georm/.tarpaulin.local.toml

8 lines
166 B
TOML

[all]
out = ["Html", "Lcov"]
skip-clean = true
target-dir = "coverage"
output-dir = "coverage"
fail-under = 40
exclude-files = ["target/*"]
run-types = ["AllTargets"]