ci: Update codecov setup (no-changelog) (#9852)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-03 10:37:04 +02:00
committed by GitHub
parent 7c53433191
commit 962f0d7134
3 changed files with 13 additions and 4 deletions

View File

@@ -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'],
};