swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
706 stars 47 forks source link

Compute coverage before test run end #855

Closed plemarquand closed 3 weeks ago

plemarquand commented 3 weeks ago

As of VS Code 1.90.0 coverage must be recorded before testRun.end() is called.

The code was added here https://github.com/microsoft/vscode/commit/6e69d8b462ff61e8428c5d30d479e7477f04372a#diff-77f48e4fa33d8a37b2d3cd46e4ffdd01200c8128a883aff0af3a4a2ba08ac4cbR556 in https://github.com/microsoft/vscode/pull/212212.