Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
jest config lcov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neymanushka committed Apr 30, 2021
1 parent 5cfbe88 commit 6ed9d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ export default {
testPathIgnorePatterns: ['/node_modules/'],
collectCoverage: true,
coverageDirectory: './coverage',
coverageReporters: ['html', ["lcovonly", {"projectRoot": __dirname}], 'text-summary'],
coveragePathIgnorePatterns: ['node_modules', 'dist'],
coverageReporters: ['html', 'text', 'json'],
// coverageReporters: ['html', 'text', 'json','lcov'],
globals: { 'ts-jest': { diagnostics: false } },
transform: {},
};

0 comments on commit 6ed9d88

Please sign in to comment.