Files

8 lines
140 B
TOML
Raw Permalink Normal View History

2024-08-10 09:33:15 +00:00
[all]
out = ["Xml"]
target-dir = "coverage"
output-dir = "coverage"
2024-08-10 11:06:18 +02:00
fail-under = 40
exclude-files = ["target/*"]
run-types = ["AllTargets"]