testing: rename coveredcount->testcoveragecount, fix file hierarchy (#208110)

Fixes #208056
This commit is contained in:
Connor Peet
2024-03-19 10:58:10 -07:00
committed by GitHub
parent 2dd03eaebe
commit 11865e1367
8 changed files with 44 additions and 44 deletions

View File

@@ -1653,7 +1653,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TextSearchCompleteMessageType: TextSearchCompleteMessageType,
DataTransfer: extHostTypes.DataTransfer,
DataTransferItem: extHostTypes.DataTransferItem,
CoveredCount: extHostTypes.CoveredCount,
TestCoverageCount: extHostTypes.TestCoverageCount,
FileCoverage: extHostTypes.FileCoverage,
StatementCoverage: extHostTypes.StatementCoverage,
BranchCoverage: extHostTypes.BranchCoverage,