Merger reports ncover
we are using NCover from http://www.ncover.com/ For our application we have 6 different solutions and we generate a report for each solution. There is a MergeData option in the NCover overview that I can use to combine the entire Coverage.xml.
But I need some kind of functionality from the command line that I can use in a NANT script, did anyone figure out how to do this
thank
+2
Miral
source
to share
2 answers
There is a command line tool that you can execute from nant:
http://www.kiwidude.com/blog/2006/10/ncoverexplorer-merging-ncover-reports.html
+1
Shiraz bhaiji
source
to share
if you are placing multiple coverage files on the command line, the NCover report should combine them all together and then you can use the "// s" argument to save the combined result
0
Stephen ward
source
to share