This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
brd/tarpaulin.toml

9 lines
151 B
TOML

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