Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to implement gated check-ins in my project. The rule is code coverage should be above 90%. I have managed to fire my test cases after the build from TFS. I had also added a testsettings file to include code coverage. However i am getting no code coverage after the build. When i checked the logs it seems that there is an instrumentation process error which says that pdb file is missing as it is release mode. I am using the TFSBuild.proj file instead of UI build definition. Can anyone help me in getting code coverage or how to enable generation of pdb files in proj file. Also is pdb file necessary for code coverage?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900