How to integrate dotcover in teamcity?

Hello everybody,

Can anyone give me a guide or explain in simple way how to do it?

The only page I found is :http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/11/dotcover.png

but I don't manage to get any code coverage information. In addition, there is mystic issue that I can't find the "Filters" field

in the page.

Thanks in advance.

0
5 comments

Please make sure you use TeamCity 6.0 RC1.

In NUnit runner setting you may enable dotCover code coverage. You may leave filters blank.

0
Avatar
Permanently deleted user

First of all thanks for the answer.

I have some questions:

1. Where is this setting that you are talking about located?

2. What do I need to write  in the "path to dotcover home" field? (something like c:\\program files\ etc\ etc  or not?).

3. After arranging the settings where will I find the code coverage results? (I'll be glad if you can give me a screenshot).

Thank you.

:)

0

Hello,

1. Try configuring NUnit runner build step, Select .NET coverage with dotCover there.
2. You may leave this field blank in order to use bundled dotCover

Please see documentation page at http://confluence.jetbrains.net/display/TCD6/JetBrains+dotCover

0
Avatar
Permanently deleted user

OK.

After installing RC2 version, do I need to reset the "old" settings? can I back up them somehow before?

0

All settings should be converted automatically. Please have a look at the documentation on backup at http://confluence.jetbrains.net/display/TCD6/TeamCity+Data+Backup

0

Please sign in to leave a comment.