mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Fix codecov reporting, and include all packages (no-changelog) (#8276)
This commit is contained in:
committed by
GitHub
parent
5032bf0e34
commit
d1ca368c7d
@@ -31,7 +31,7 @@ const config = {
|
||||
}, {}),
|
||||
setupFilesAfterEnv: ['jest-expect-message'],
|
||||
collectCoverage: process.env.COVERAGE_ENABLED === 'true',
|
||||
coverageReporters: [process.env.COVERAGE_REPORT === 'true' ? 'text' : 'text-summary'],
|
||||
coverageReporters: ['text-summary'],
|
||||
collectCoverageFrom: ['src/**/*.ts'],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user