vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Sorting is not persisted in Test Coverage

Open DianaSO1 opened this issue 7 months ago • 0 comments

  • VS Code Version: 1.100.2 (user setup)
  • OS Version: 10.0.19045

Steps to Reproduce:

  1. Open Testing perspective
  2. Run Tests with coverage for a function (to get Test Coverage View visible)
  3. Change the sorting in Test Coverage View
  4. Run the tests without coverage for the same function
  5. Run the test with coverage (to get Test Coverage View visible) => the sorting has been changed as it was in the beginning.

DianaSO1 avatar May 21 '25 11:05 DianaSO1