Skip to content

Commit

Permalink
Add Coverage to test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed May 11, 2024
1 parent 53ca8d2 commit d76dc9c
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 2 deletions.
181 changes: 181 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"bugs": "https://github.com/fibbojs/fibbo/issues",
"keywords": [],
"scripts": {
"test:ui": "vitest --ui",
"test:report": "vitest run --config ./docs/vitest.config.ts",
"test:ui": "vitest --ui --coverage --coverage.include=packages",
"test:report": "vitest run --coverage --coverage.include=packages --config ./docs/vitest.config.ts",
"docs:dev": "vitepress dev docs",
"docs:dev:host": "vitepress dev docs --host",
"docs:build": "vitepress build docs",
Expand All @@ -38,6 +38,7 @@
"@nx/web": "19.0.2",
"@types/node": "^20.12.7",
"@types/three": "^0.164.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.3.1",
"eslint": "^9.0.0",
"nx": "19.0.2",
Expand Down

0 comments on commit d76dc9c

Please sign in to comment.