We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386703d commit cfcd37dCopy full SHA for cfcd37d
4 files changed
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
with:
67
name: coverage-report
68
path: coverage/
69
- retention-days: 30
+ retention-days: 7
70
71
# Deploy job - runs after tests pass
72
deploy:
.gitignore
@@ -22,3 +22,5 @@ dist-ssr
22
*.njsproj
23
*.sln
24
*.sw?
25
+
26
+coverage
package.json
@@ -30,6 +30,7 @@
30
"@types/react": "^19.1.2",
31
"@types/react-dom": "^19.1.2",
32
"@vitejs/plugin-react": "^4.4.1",
33
+ "@vitest/coverage-v8": "3.1.4",
34
"@vitest/ui": "3.1.4",
35
"eslint": "^9.25.0",
36
"eslint-plugin-react-hooks": "^5.2.0",
0 commit comments