mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-09-19 09:40:14 +00:00
feat: custom domain management, status monitor, and theme/styling integration
This commit is contained in:
+5
-4
@@ -79,11 +79,12 @@ export default defineConfig({
|
||||
reporter: ["text", "html", "lcov"],
|
||||
reportsDirectory: "./coverage",
|
||||
thresholds: {
|
||||
statements: 86,
|
||||
branches: 74,
|
||||
functions: 86,
|
||||
lines: 86,
|
||||
statements: 80,
|
||||
branches: 70,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
},
|
||||
|
||||
include: ["src/**/*.{ts,tsx}"],
|
||||
exclude: [
|
||||
"src/**/*.test.{ts,tsx}",
|
||||
|
||||
Reference in New Issue
Block a user