chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes

How to set the coverage.xml path when running Typemock with NCover?

I try the below code

tmockrunner.exe -link ncover3.0 nunit-console.exe "C:	est.dll" //x "C:coverage.xml"


But there is no coverage.xml file generated.


Any idea?
 

asked by nsoonhui (59.1k points)
edited by Bar

2 Answers

0 votes
Have you tried using:
TMockRunner -first -link NCover3.0 "c:program files
cover
cover.console.exe" //x "c:coverage.xml" "C:Program Files (x86)NUnit 2.4.7in
unit-console.exe" "C:	est.dll"


Let me know how it goes
answered by dhelper (11.9k points)
0 votes
Thanks, it works.
answered by nsoonhui (59.1k points)
edited by Bar
...