SPRNET-1472 reverting to ncover 1.5.8 for code coverage reporting

This commit is contained in:
Steve Bohlen
2011-10-07 16:08:44 -04:00
parent 403f0c63f7
commit 62ec2c2610

View File

@@ -190,7 +190,7 @@ ${tool.dir} : dir for tools
</if>
<if test="${test.withcoverage}" >
<call target="common.run-tests.opencover" />
<call target="common.run-tests.ncover" />
</if>
</target>