Skip to content

Commit

Permalink
🦹‍♀️ Add actions coverage report (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse authored May 7, 2024
1 parent 85bfe8a commit de0aa9c
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.17",
Expand Down
77 changes: 77 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default defineConfig({
singleThread: true,
},
},
coverage: {
provider: "v8",
include: ["**/*Action.ts"],
},
},
resolve: {
alias: {
Expand Down

0 comments on commit de0aa9c

Please sign in to comment.