google 在 eclipse 中测试 c++ 的覆盖率?

google test coverage for c++ in eclipse?

我正在使用 Ubuntu 16.10、Eclipse neon.3 和 googletest 进行我的 C++ 编程。 有什么方法可以用 gtest 进行覆盖率测试吗?

有一个 Eclipse 插件 Linux Tools - Gcov Support

The Linux Tools Gcov plugin aims to bring the coverage capabilities of Gcov to Eclipse, in a manner that is easy to use for developers of any level of experience.

另见 GCov Plug-in User Guide