Files
jj-cz/.tarpaulin.local.toml
Lucien Cartier-Tilet 520a54aae4
Some checks failed
Publish Docker Images / coverage-and-sonar (push) Failing after 16m17s
feat: implement breaking change input
2026-03-13 23:44:31 +01:00

8 lines
164 B
TOML

[all]
out = ["Html", "Lcov"]
skip-clean = true
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
exclude-files = ["target/*", "private/*", "tests/*"]