Skip to content

Commit

Permalink
docs: fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Oct 17, 2024
1 parent 184ded5 commit 631886f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: ./node_modules/.bin/nx build @fibbojs/playground-3d
# Move test reports to the docs folder
- name: Move test reports to the docs folder
run: mv html docs/.vitepress/dist/test-reports && mv fibbo/coverage docs/.vitepress/dist/coverage
run: mv html docs/.vitepress/dist/test-reports && mv coverage docs/.vitepress/dist/coverage
# Move playgrounds to the docs folder
- name: Move playgrounds to the docs folder
run: mv apps/playground-2d/dist docs/.vitepress/dist/playground-2d && mv apps/playground-3d/dist docs/.vitepress/dist/playground-3d
Expand Down
1 change: 0 additions & 1 deletion docs/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default defineConfig({
enabled: true,
include: ['packages'],
reporter: [['html', { subdir: 'coverage' }]],
reportsDirectory: 'fibbo',
},
},
})

0 comments on commit 631886f

Please sign in to comment.