mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
testing: finalize attributable test coverage API (#234686)
* testing: finalize attributable test coverage API Closes #212196 * fixup
This commit is contained in:
@@ -1732,7 +1732,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
DataTransferItem: extHostTypes.DataTransferItem,
|
||||
TestCoverageCount: extHostTypes.TestCoverageCount,
|
||||
FileCoverage: extHostTypes.FileCoverage,
|
||||
FileCoverage2: extHostTypes.FileCoverage,
|
||||
StatementCoverage: extHostTypes.StatementCoverage,
|
||||
BranchCoverage: extHostTypes.BranchCoverage,
|
||||
DeclarationCoverage: extHostTypes.DeclarationCoverage,
|
||||
|
||||
Reference in New Issue
Block a user