Hi guys, Is there some way to see which test case or test script covers which line?
Reason. We make in our company cpp coverage. We produce for each test suite extra cov file. From this we extract a big json file with mapping which test suite cover which file. This helps us to start test in feature branches depending on changes. It decrease testing time rapidly with same code quality. Otherwise must developer start all of our test which takes more hours. And I want implement similar solutions for jenkins (as extra plugin). In jenkins is used mvn and jacoco. So any tips? Thx Br Martin -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/CAPUx_sXByvbS3F_0-ucjpQk93v3068COpeLtrxmU9sbv73Qy7Q%40mail.gmail.com.
