Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Dec 17, 2024
1 parent 14be345 commit b8c1f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import base from './jest.config.base'
const config: Config.InitialOptions = {
...base,
roots: ['<rootDir>'],
coverageReporters: ['text-summary', 'lcov'],
coverageReporters: ['text-summary', 'lcov', 'json'],
coveragePathIgnorePatterns: ['/build/', '/node_modules/', '/__tests__/', 'tests'],
coverageDirectory: '<rootDir>/coverage/',
projects: [
Expand Down

0 comments on commit b8c1f3d

Please sign in to comment.