I have a requirement.
In enterprise ,we release new version nearly every week,I only need to test the new function,i.e.,i only need test the code that added or modified for the new fuction.So ,I want the coverage rate of this part of the code instead of the full code.
Does Jacoco supports my request?
Best regards
--
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 jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/038b17ee-8c47-4ae6-b2f9-f9232113c703%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for your answer.
I have googled the sonarqube and find it is a code analysis tool.It also can do code coverage anlysis.Do you know the principle ? I mean does sonarqube use jacoco to get the full code coverage and do some analysis to get the code coverage on new line? Or it does this all by itself?
Besides , I want get integration test report,not the unit test (which the test code and the tested code are in the same project) report, I have created a integration test project which is separated from the tested project. Does sonarqube support this scenario?
Best regards
--
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 jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/25f3f405-23dc-42e1-adba-818aa32aafea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for your help,I will go to sonarqube forum for help.
Best regards