Skip to content

Commit

Permalink
[GH-127] fix(Test): merge lcov.info (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinjatovix committed Dec 15, 2023
2 parents 6d8ca7f + 0a815c2 commit 0dcc10c
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 487 deletions.
5 changes: 2 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ module.exports = {
coverageDirectory: '<rootDir>/coverage',
collectCoverageFrom: ['<rootDir>/src/**/*.ts'],
watchPathIgnorePatterns: ['<rootDir>/test-report.json'],
reporters: ['default'],
testResultsProcessor: 'jest-sonar-reporter',
coverageReporters: ['text', 'html', 'lcov', 'clover'],
coverageReporters: ['lcov'],
coveragePathIgnorePatterns: [
'/interfaces/',
'/dist/',
'/node_modules/',
'/test/',
'/start.ts',
'/server.ts',
'/server.ts'
]
};
Loading

0 comments on commit 0dcc10c

Please sign in to comment.