This commit initializes both the Nuxt frontend and the Rust backend of the new version of phundrak.com
8 lines
140 B
TOML
8 lines
140 B
TOML
[all]
|
|
out = ["Html", "Lcov"]
|
|
skip-clean = true
|
|
target-dir = "coverage"
|
|
output-dir = "coverage"
|
|
fail-under = 60
|
|
exclude-files = ["target/*"]
|