Skip to content

Commit 82ad7fb

Browse files
author
John Doe
committed
Merge branch 'chore/refactor-targets' into cp-targets
2 parents ba74094 + 9565128 commit 82ad7fb

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
@@ -240,12 +240,7 @@ export const coverageCoreConfigNx = async (
240240
projectName?: string,
241241
): Promise<CoreConfig> => {
242242
const targetNames = ['unit-test', 'int-test'];
243-
const targetArgs = [
244-
'-t',
245-
...targetNames,
246-
'--coverage.enabled',
247-
'--skipNxCache',
248-
];
243+
const targetArgs = ['-t', ...targetNames];
249244
return {
250245
plugins: [
251246
await coveragePlugin({

0 commit comments

Comments
 (0)