Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 VS 2017 中有 C++ 项目,其中有一些Catch测试。但我无法弄清楚如何获得测试覆盖率指标。
虽然我更喜欢原生 VS 解决方案,但我很乐意使用必要的 VS 扩展,但据我所知,ReSharper 不支持它:
你是对的,C++ 既不支持分析也不支持覆盖
似乎 Visual Studio 已经通过其分析工具提供了覆盖率指标。详情请看这篇文章