Skip to content

Commit

Permalink
remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 3, 2025
1 parent 9145545 commit 6054699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,7 @@ jobs:
run: CI="" yarn install --frozen-lockfile

- name: Run Unit Test
run: cd packages/client && yarn test -- --shard $(( ${{ strategy.job-index }} + 1 ))/${{ strategy.job-total }} --coverage.enabled true

- name: Report coverage
uses: davelosert/vitest-coverage-report-action@v2
with:
working-directory: packages/client
if: always()
run: cd packages/client && yarn test -- --shard $(( ${{ strategy.job-index }} + 1 ))/${{ strategy.job-total }}

lint-knip:
name: Lint unused exports with Knip
Expand Down
6 changes: 1 addition & 5 deletions packages/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ export default defineConfig(({ mode }) => {
setupFiles: './src/setupTests.ts',
testTimeout: 60000,
hookTimeout: 60000,
globals: true,
coverage: {
reporter: ['text', 'json-summary', 'json'],
reportOnFailure: true
}
globals: true
},
server: {
// to get the manifest.json and images from country-config during development time
Expand Down

0 comments on commit 6054699

Please sign in to comment.