vscode-lcov icon indicating copy to clipboard operation
vscode-lcov copied to clipboard

Added a 'directory' setting for manipulating the lcov.info file at read time

Open GavinPacini opened this issue 7 years ago • 4 comments

I had this issue when working on a windows machine but running my code inside a VM with Docker.

The lcov.info file contains paths which are based on the Docker container however I wanted them to be changed to Windows paths. I added options for this.

Example of common workarounds here: https://stackoverflow.com/questions/27734876/better-way-to-fix-mocha-lcov-output-using-sed

Thanks, Gavin

GavinPacini avatar Oct 06 '17 15:10 GavinPacini

@alexandrudima Hi Alexandru, I am wondering if you had a chance to review this? It's a really great extension you have made and I think people would like this PR upstream.

Cheers, Gavin

GavinPacini avatar Oct 23 '17 14:10 GavinPacini

Hi @alexandrudima, would appreciate a response on this. If you see something I should change, please let me know.

GavinPacini avatar Feb 12 '18 17:02 GavinPacini

image

GavinPacini avatar Aug 30 '18 14:08 GavinPacini

https://github.com/alexandrudima/vscode-lcov/blob/master/README.md

MgtayzarMin avatar Oct 11 '19 10:10 MgtayzarMin