8 lines
166 B
TOML
8 lines
166 B
TOML
|
[all]
|
||
|
out = ["Html", "Lcov"]
|
||
|
skip-clean = true
|
||
|
target-dir = "coverage"
|
||
|
output-dir = "coverage"
|
||
|
fail-under = 40
|
||
|
exclude-files = ["target/*"]
|
||
|
run-types = ["AllTargets"]
|