Files
phundrak.com-backend/.tarpaulin.local.toml
Lucien Cartier-Tilet e5f94b9f8e
Some checks failed
Publish Docker Images / build-and-publish (push) Has been cancelled
chore: separate backend from frontend
2025-11-15 13:57:14 +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/*"]