phundrak.com/backend/.tarpaulin.local.toml

8 lines
140 B
TOML
Raw Permalink Normal View History

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