vote up 0 vote down star

Hi all,

I was looking for CoverageEye that was available on gotdotnet. But after closing, I'm unable to find it elsewhere.

Do you know more about it ? Or another good code coverage tool for .net ?

Thanks for your help,

flag

75% accept rate

2 Answers

vote up 0 vote down check

You can use the open source version of NCover which is an ealier version of the commercial product.

Another open source alternative is PartCover.

I personally use NCover in NAnt for my code coverage reports, which integrates quite nicely with TeamCity.

link|flag
vote up 0 vote down

You might want to look at NCover.

http://www.ncover.com/

link|flag
ncover is a commercial product. I'm looking for a free one – Tim Oct 22 at 9:49
Might want to modify your question to make that clearer then. – Graham Bellows Oct 22 at 9:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.