Skip to content

Commit

Permalink
adjust coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 10, 2022
1 parent 4ac0681 commit ffff71f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export default defineConfig({
coverage: {
enabled: true,
exclude: ['**/build/**', '__mocks__', '**/*.test.ts'],
lines: 100,
functions: 82,
branches: 84,
statements: 100
lines: 98,
functions: 80,
branches: 77,
statements: 98
}
}
})

0 comments on commit ffff71f

Please sign in to comment.