Files
phundrak.com-frontend/backend/.tarpaulin.ci.toml
Lucien Cartier-Tilet 007c3d1c18 feat: initialization migration to Nuxt + Backend
This commit initializes both the Nuxt frontend and the Rust backend of
the new version of phundrak.com
2025-11-06 09:27:39 +01:00

7 lines
113 B
TOML

[all]
out = ["Xml"]
target-dir = "coverage"
output-dir = "coverage"
fail-under = 60
exclude-files = ["target/*"]