Skip to content

Commit

Permalink
fix: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Feb 11, 2024
1 parent 572aaea commit 8809c54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- run: pnpm test
- uses: codecov/codecov-action@v1
with:
file: ./coverage/lcov.info
file: ./coverage/clover.xml
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
include: ['./__tests__/*.ts'],
coverage: {
provider: 'v8',
},
},
})

0 comments on commit 8809c54

Please sign in to comment.