mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
testing: finalize attributable test coverage API (#234686)
* testing: finalize attributable test coverage API Closes #212196 * fixup
This commit is contained in:
@@ -142,7 +142,7 @@ class ScriptCoverageTracker {
|
||||
}
|
||||
}
|
||||
|
||||
export class V8CoverageFile extends vscode.FileCoverage2 {
|
||||
export class V8CoverageFile extends vscode.FileCoverage {
|
||||
public details: vscode.StatementCoverage[] = [];
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user