Add CI pipeline to test and upload coverage

This commit is contained in:
RcleydsonR
2023-01-26 18:31:32 -03:00
parent 7efb10bfde
commit 5b2ca86129
5 changed files with 167 additions and 6 deletions

View File

@@ -9,6 +9,12 @@ export default defineConfig({
test: {
globals: true,
environment: "jsdom",
coverage: {
provider: "c8",
all: true,
src: ["./src"],
reporter: ["text", "lcov", "html"],
},
},
plugins: [vue(), vueJsx()],
resolve: {