Skip to content

Visual Studio does not highlight available coverage information when opening covered files #447

@klaus1212

Description

@klaus1212

Installed product versions

  • Microsoft Visual Studio Professional 2022 17.10.4 (C++)
  • This extension: 1.1.223

Description

Fine Code Coverage view shows line coverage of my C++ files.
When I click a file in the coverage report, visual studio opens the file but it does not highlight the lines covered/ not covered in any way.

Steps to recreate

  1. Install the Fine Code Coverage extension
  2. Apply Ms code coverage
  3. Run unittests
  4. Open Fine Code Coverage report
  5. Click on a file with some coverage
  6. None of the lines in the file are highlighted Coverage not highlighted

Current behavior

Files shows line coverage information in Fine Code Coverage report, but none of the files highlights coverage information when opening a file.

Expected behavior

Opening a file should highlight the coverage information available in the file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions