a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals

build: remove demo from codecov

Changed files
+1 -1
lib
+1 -1
lib/vite.config.ts
··· 17 17 reporter: ["text", "json-summary", "html", "lcov", "json"], 18 18 thresholds: { functions: 50, branches: 50 }, 19 19 include: ["**/src/**"], 20 - exclude: ["**/cli/src/**", "**/src/main.ts"], 20 + exclude: ["**/cli/src/**", "**/src/main.ts", "**/src/demo/**"], 21 21 }, 22 22 }; 23 23