vscode-lcov
vscode-lcov copied to clipboard
Coverage report generated fine in VS Code. Individual file "not" clickable
I could get open the "Show Coverage Report", it shows up fine within VSCode. When I click on any individual file/link, that particular file(or report for that particular file) does not open.
I tried "lcov" command with different options like "--base-directory", "-f", "list-full-path" options. In the lcov.info file, I can see the full path of individual file in lcov.info file, but not in the Coverage Report shown.
Is there some settings that need to done (or) is this a bug ? (or) Is there an option in VS Code to specify the prefix path of the source folder ?
Thanks