tangled
alpha
login
or
join now
desertthunder.dev
/
voltx
0
fork
atom
a reactive (signals based) hypermedia web framework (wip)
stormlightlabs.github.io/volt/
hypermedia
frontend
signals
0
fork
atom
overview
issues
pulls
pipelines
build: remove demo from codecov
desertthunder.dev
5 months ago
e975130a
f8d9c52f
+1
-1
1 changed file
expand all
collapse all
unified
split
lib
vite.config.ts
+1
-1
lib/vite.config.ts
reviewed
···
17
17
reporter: ["text", "json-summary", "html", "lcov", "json"],
18
18
thresholds: { functions: 50, branches: 50 },
19
19
include: ["**/src/**"],
20
20
-
exclude: ["**/cli/src/**", "**/src/main.ts"],
20
20
+
exclude: ["**/cli/src/**", "**/src/main.ts", "**/src/demo/**"],
21
21
},
22
22
};
23
23