Merge pull request #212212 from microsoft/connor4312/212196-1

testing: initial attributable test coverage API
This commit is contained in:
Connor Peet
2024-05-08 09:02:30 -07:00
committed by GitHub
12 changed files with 360 additions and 49 deletions

View File

@@ -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,