Skip to content

Commit

Permalink
chore: fix scope of sourceGlob
Browse files Browse the repository at this point in the history
  • Loading branch information
aramirezj committed Dec 23, 2024
1 parent ef77df0 commit b09aa57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ export default mergeConfigs(
await docCoverageCoreConfig({
sourceGlob: [
'packages/**/src/**/*.ts',
'!packages/**/node_modules',
'!packages/**/{mocks,mocks}',
'!**/*.{spec,test}.ts',
'!**/implementation/**',
'!**/internal/**',
],
skipAudits: ['methods-coverage'],
}),
);

0 comments on commit b09aa57

Please sign in to comment.