Lcov GeneratorThis extension generate By default lcov file generates in folder with build artifacts**, but folder may be specified in settings*** * When present ** Path to build artifacts may be specified in settings and automaticly extracted from CMake and *** For multiple artifacts coverage data merged in one file to save in one folder To view generated data in VSCode, you may use Coverage Gutters MotivationThis plugin is fork of Gcov viever cmake. Gcov viewer cmake provide integration of Gcov Viewer with CMake via MS CMake-tools extension - this solution works fine, but we locked on CMake and (important) GNU toolkit, because LLVM generates too old gcov data, compatible with GCC 4.2. This plugin generates lcov - so it can work with LLVM profraw files. Also this plugin can import configurations from |