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,
|
|
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,
|
||
|
|
|
|
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. |
||
|
|
|
|
You might want to look at NCover. |
||||
|