Skip to content

Commit

Permalink
Merge pull request #95 from chiefmyron:chiefmyron/issue94
Browse files Browse the repository at this point in the history
Debugging a test triggers code coverage
  • Loading branch information
chiefmyron authored May 1, 2024
2 parents be85fca + dd4c5df commit 6bcee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function activate(context: vscode.ExtensionContext) {
let profileRunAllDebug = ctrl.createRunProfile(
'Debug tests',
vscode.TestRunProfileKind.Debug,
(request, token) => { dispatcher.handleNewTestRunRequest(request, token, true, true); },
(request, token) => { dispatcher.handleNewTestRunRequest(request, token, true, false); },
true
);

Expand Down

0 comments on commit 6bcee47

Please sign in to comment.