Skip to content

Commit 9565128

Browse files
author
John Doe
committed
chore: adjust preset
1 parent bdb7f02 commit 9565128

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

code-pushup.preset.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,7 @@ export const coverageCoreConfigNx = async (
180180
projectName?: string,
181181
): Promise<CoreConfig> => {
182182
const targetNames = ['unit-test', 'int-test'];
183-
const targetArgs = [
184-
'-t',
185-
...targetNames,
186-
'--coverage.enabled',
187-
'--skipNxCache',
188-
];
183+
const targetArgs = ['-t', ...targetNames];
189184
return {
190185
plugins: [
191186
await coveragePlugin({

0 commit comments

Comments
 (0)