我正在使用PartCover生成代码覆盖率报告。我使用了以下命令行,
"C:\Program Files (x86)\PartCover\PartCover .NET 4.0\PartCover.exe"
--target-work-dir Debug
--target "C:\Program Files (x86)\NUnit 2.6.2\bin\nunit-console-x86.exe"
--target-args "Test.dll /noshadow /xml=Reports\NUnitResults.xml"
--include [*Test*]*
--output Reports\Report.xml
输出xml文件仅包含以下行,
<?xml version="1.0"?>
<PartCoverReport date="2015-04-23T16:18:14.5723939-05:00" version="4.0"/>
我尝试卸载PartCover并重新安装但无效。 (作为pe link)
知道问题是什么吗?请告诉我正确的方向。
这是控制台输出,