Files
bakit/.tarpaulin.local.toml
T

8 lines
153 B
TOML
Raw Normal View History

[all]
out = ["Html", "Lcov"]
skip-clean = true
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
2025-11-15 14:08:37 +01:00
exclude-files = ["target/*", "private/*"]