mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Update codecov setup (no-changelog) (#9852)
This commit is contained in:
committed by
GitHub
parent
7c53433191
commit
962f0d7134
@@ -1,2 +1,5 @@
|
||||
/** @type {import('jest').Config} */
|
||||
module.exports = require('../../../jest.config');
|
||||
module.exports = {
|
||||
...require('../../../jest.config'),
|
||||
collectCoverageFrom: ['credentials/**/*.ts', 'nodes/**/*.ts', 'utils/**/*.ts'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user