Files
phundrak.com-backend/.tarpaulin.local.toml
Lucien Cartier-Tilet fc1a5e3ac7
Some checks failed
Publish Docker Images / build-and-publish (push) Failing after 8m46s
chore: separate backend from frontend
2025-11-15 13:22:36 +01:00

8 lines
140 B
TOML

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