Files
jj-cz/.tarpaulin.local.toml
Lucien Cartier-Tilet a16eae58a0
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 6m0s
initial commit
2026-02-06 02:56:11 +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/*"]