testing: finalize attributable test coverage API (#234686)

* testing: finalize attributable test coverage API

Closes #212196

* fixup
This commit is contained in:
Connor Peet
2024-11-26 10:53:38 -08:00
committed by GitHub
parent ccdf7f67e7
commit 436f1e99c1
7 changed files with 34 additions and 56 deletions

View File

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