9 lines
151 B
TOML
9 lines
151 B
TOML
[default]
|
|
ignore-tests = true
|
|
target-dir = "target/tarpaulin/"
|
|
exclude-files = ["target/*"]
|
|
run-types = ["Tests", "Doctests"]
|
|
|
|
[report]
|
|
out = ["Html"]
|