Hello,
I'm in a project where we want to collect code coverage for different systems. A problem we have is that coverage from test code are added to the total code coverage, this is bad because the test code have like 99 % code coverage. In a Project with 28 000 lines of test code with a total of 62 000 lines this will give a coverage result that is worthless. We have not found any way to exclude Projects from the analyze, is it possible?
Our situation is that we have many different systems (40+ or so) with different setups. A system can have one or many solutions, and each solution can contain one or more projects and test projects.
Today we build the code in TFS both 2015 and some older version. On the build servers we got NCrunch console tool to export the test results to a folder where we parse them and add the result to our database.
Thankful for any suggestions!