ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Fix cobertura parsing on Windows #113

Closed OpenNingia closed 6 years ago

OpenNingia commented 6 years ago

On Windows the file paths in the cobertura XML report miss the drive letter ( see this issue here, https://github.com/OpenCppCoverage/OpenCppCoverage/issues/14 ). This PR should fix the issue.

ryanluker commented 6 years ago

@OpenNingia thanks for the PR 😃 . I will include this in 1.3.1, I am currently working on, and hopefully get it released to the marketplace within the week.