1

我正在尝试最终在 TeamCity 的 silverlight 应用程序上运行 dotcover 覆盖率报告。

但是,我无法使用 Console Runner 进行这项工作。有没有人设法让 DotCover 通过 StatLight 获得 Silverlight 应用程序的覆盖?

这是我的 dotCover xml 配置文件:

<?xml version="1.0" encoding="utf-8"?>
<AnalyseParams>
    <Executable>BuildTools\SilverlightTestRunner\StatLight.exe</Executable>
    <Arguments>-x=&quot;Project.UI.Test.xap&quot;</Arguments>
    <WorkingDir>src\Test\Project.UI.Test\Bin\Debug</WorkingDir>
    <Output>output.xml</Output>
</AnalyseParams>
4

1 回答 1

0

The issue is that statlight kills internal browser. dotCover is unable to fetch coverage information if process is killed. Please vote for http://youtrack.jetbrains.com/issue/DCVR-2290

于 2012-04-24T12:04:08.857 回答