Files
jj-cz/.tarpaulin.ci.toml

7 lines
137 B
TOML
Raw Permalink Normal View History

2026-02-05 16:25:14 +01:00
[all]
out = ["Xml"]
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
2026-03-09 22:57:35 +01:00
exclude-files = ["target/*", "private/*", "tests/*"]