vscode-cmake-tools icon indicating copy to clipboard operation
vscode-cmake-tools copied to clipboard

[Feature] Break out LCOV test coverage into its own test configuration

Open gcampbell-msft opened this issue 1 year ago • 0 comments

Request Overview

The LCOV tests add a requirement that LCOV be installed on the system. This is fine for the LCOV tests, but I don't like the dependency that it creates for all of the other single-root-UI tests.

I want to break it out into its own configuration so that I only have to install LCOV (or make local changes), if I want to test LCOV, which has the requirement of installing LCOV on the system.

Additional Information

No response

gcampbell-msft avatar Mar 11 '25 21:03 gcampbell-msft