MarkSchofield / WindowsToolchain

A repository containing a CMake toolchain for using MSVC
MIT License
106 stars 19 forks source link

Request: Code Coverage #113

Closed aboelens closed 1 month ago

aboelens commented 1 month ago

I have a feature request. I think it would be great to also have code coverage available using llvm-cov. Do you think this would be a useful addition to this project?

MarkSchofield commented 1 month ago

In order to keep 'WindowsToolchain' focused, I want to keep it to only things that a toolchain can do - or needs to do. I think code coverage through llvm-cov can probably configured independently - is there anything toolchain specific that needs to be done?

aboelens commented 1 month ago

When I wrote this message I was thinking of setting compiler flags in the tool chain, but since I opened this request I have discovered a cmake module that does this as well. I understand your reasoning to keep this project tool chain focused and I'll close this request.