是否可以将 Opencover 与 CTest 一起使用?

Is it possible too use Opencover with CTest?

我是 Opencover 的新手,我想知道是否可以将它与 CMake 测试一起使用,因为我的项目已经在使用它。

mkdir build    
cd build
cmake ..    
cmake --build . --config Debug
..\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"C:\Program Files (x86)\CMake\bin\cmake.exe" -targetargs:"--build . --target RUN_TESTS --config Debug"

以及对应的错误:

Committing...
No results, this could be for a number of reasons. The most common reasons are:
     1) missing PDBs for the assemblies that match the filter please review the
     output file and refer to the Usage guide (Usage.rtf) about filters.
     2) the profiler may not be registered correctly, please refer to the Usage
     guide and the -register switch.

我尝试将开关 targetdir and/or searchdirs 添加到 bin\Debug 并进行注册,但结果相同。

你有解决这个问题的想法吗?

感谢您的帮助!

OpenCover 仅适用于 windows .net 运行时上的 .net 项目 运行。