开发者

When using dotCover in a TeamCity build configuration, is there an environment variable for code coverage percentage?

When using TeamCity to manage .net projects, we like to use dotCover to evaluate our code coverage. In开发者_JS百科 the past using NCover, there was a way to retrieve the code coverage percentage using an environment variable.

We liked this and we would set the Project description to use this variable so that from the dashboard (overview) you could easily see the code coverage. I believe NCover had some output variable that TeamCity made available. I don't recall exactly what it was, but I believe it was something like:

%env.ncover.coverage%

Does anybody know how to do this using dotCover with TeamCity? I realize it may actually be 3 values; 1 for Classes, 1 for Method, and 1 for Statements.


TeamCity publishes coverage percentage as statistics values. Unfortunately, this is done after all build steps (build runner) are finished. You may write a server side plugin that will make the data available. Please describe why no you need it? Probably TeamCity REST plugin is able to solve it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜