We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb7f02 commit 9565128Copy full SHA for 9565128
1 file changed
code-pushup.preset.ts
@@ -180,12 +180,7 @@ export const coverageCoreConfigNx = async (
180
projectName?: string,
181
): Promise<CoreConfig> => {
182
const targetNames = ['unit-test', 'int-test'];
183
- const targetArgs = [
184
- '-t',
185
- ...targetNames,
186
- '--coverage.enabled',
187
- '--skipNxCache',
188
- ];
+ const targetArgs = ['-t', ...targetNames];
189
return {
190
plugins: [
191
await coveragePlugin({
0 commit comments