mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Merge pull request #212212 from microsoft/connor4312/212196-1
testing: initial attributable test coverage API
This commit is contained in:
@@ -1668,6 +1668,7 @@ 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