Files
jj-cz/.tarpaulin.ci.toml

7 lines
126 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-08 15:44:26 +01:00
exclude-files = ["target/*", "private/*"]