Forum member

kontinuerligkodanalys

2 posts

Posts by kontinuerligkodanalys

  1. How to choose what projects and solutions not to test

    The second row will probably solve the problem, will try it. Thank you very much. :)

  2. How to choose what projects and solutions not to test

    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 6…