我遇到了靶心问题。
我需要从命令行运行bullseye coverage以进行持续集成。
我使用命令:
covselect.exe --file test.cov --add .\
cov01.exe --on
MSBuild /maxcpucount:8 /t:Rebuild /p:Configuration=Release /p:Platform="x64" MVPF.sln
MSBuild /maxcpucount:8 /t:Rebuild /p:Configuration=Release /p:Platform="x64" MVPFTest.sln
cov01.exe --off
covxml -f test.cov -o bullseyecoverage-result.xml
但我将test.cov和report.xml文件清空到工作目录中。
你能解释一下我应该逐步进行覆盖测量吗?
答案 0 :(得分:-2)