tracker: testing local coverage reports
This commit is contained in:
parent
73da5dfa40
commit
2e9ecf8d80
1 changed files with 0 additions and 9 deletions
|
|
@ -6,15 +6,6 @@ const config = {
|
|||
collectCoverageFrom: ['src/**/*.ts', '!src/**/*.d.ts'],
|
||||
// Add more detailed coverage reporters for PR comments
|
||||
coverageReporters: ['text', 'lcov', 'html', 'json-summary'],
|
||||
// Optional: Add coverage thresholds if desired
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
branches: 70,
|
||||
functions: 75,
|
||||
lines: 80,
|
||||
statements: 80
|
||||
}
|
||||
},
|
||||
// .js file extension fix
|
||||
moduleNameMapper: {
|
||||
'(.+)\\.js': '$1',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue