OpenCppCoverage/OpenCppCoveragePlugin

Add support for relative paths in settings

danielschenk opened this issue · 1 comments

I'm working in a team and want to share my exclusion pattern by storing the generated JSON file in git. However, this file contains absolute paths to my project which won't work on other people's machines. It should be possible to use things like $(SolutionDir) to overcome this.

We also really need this please, if it's possible!