We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-cov
1 parent 0aa470e commit 99fc82fCopy full SHA for 99fc82f
src/client/testing/testController/pytest/runner.ts
@@ -95,10 +95,6 @@ export class PytestRunner implements ITestsRunner {
95
testArgs.push('--capture', 'no');
96
}
97
98
- if (options.debug && !testArgs.some((a) => a.startsWith('--no-cov'))) {
99
- testArgs.push('--no-cov');
100
- }
101
-
102
// Positional arguments control the tests to be run.
103
const rawData = idToRawData.get(testNode.id);
104
if (!rawData) {
0 commit comments