tracker: testing local coverage reports

This commit is contained in:
nick-delirium 2025-04-01 17:55:53 +02:00
parent 73da5dfa40
commit 2e9ecf8d80
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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',