Files
jj-cz/.tarpaulin.local.toml
Lucien Cartier-Tilet 3258355d2f
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 9m47s
initial commit
2026-02-07 19:43:06 +01:00

8 lines
153 B
TOML

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