Questions tagged [partcover]

PartCover is an open source code coverage tool for .NET

PartCover is an open source code coverage tool for .NET. It was originally hosted on sourceforge but all development has since moved on to GitHub. It now supports .NET 4 but is only being maintained as all future development effort is being put into OpenCover.

43 questions
0
votes
1 answer

PartCover generates empty output file

I'm currently trying to create a Nant task for our TeamCity setup so that our UnitTests are ran through Gallio and covered by PartCover. The task looks like this: