Skip to content

Commit ff31694

Browse files
committed
Remove vestiges of experimentation with the testCoverage proposed API
1 parent bac91e5 commit ff31694

4 files changed

Lines changed: 0 additions & 203 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"icon": "images/logo.png",
2121
"categories": [
2222
"Testing"
23-
],
24-
"enabledApiProposals": [
25-
"testCoverage"
2623
],
2724
"extensionDependencies": [
2825
"intersystems-community.servermanager",

src/localTests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ async function resolveItemChildren(item: vscode.TestItem) {
7171
if (localTestController.items.size > 0) {
7272
localTestController.createRunProfile('Run Local Tests', vscode.TestRunProfileKind.Run, runTestsHandler, true);
7373
localTestController.createRunProfile('Debug Local Tests', vscode.TestRunProfileKind.Debug, runTestsHandler);
74-
//localTestController.createRunProfile('Test Coverage', vscode.TestRunProfileKind.Coverage, runTestsHandler);
7574
}
7675
}
7776
}

src/serverTests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ async function resolveItemChildren(item: vscode.TestItem) {
6666
if (loadedTestController.items.size > 0) {
6767
loadedTestController.createRunProfile('Run Server Tests', vscode.TestRunProfileKind.Run, runTestsHandler, true);
6868
loadedTestController.createRunProfile('Debug Server Tests', vscode.TestRunProfileKind.Debug, runTestsHandler);
69-
//loadedTestController.createRunProfile('Test Coverage', vscode.TestRunProfileKind.Coverage, runTestsHandler);
7069
}
7170
}
7271
}

vscode.proposed.testCoverage.d.ts

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)