I am currently using "classdumpdir" to dump the classes in one particular folder and use that folder in report generation. The problem is on each run I get different number of classes in that folder, that changes the coverage value every time? Am I doing something wrong ?
There are different modules of IT and are not structured in parent child setup, in order to get aggregated report & also to avoid complexities arising due to "runtime changes in classes", I thought of using classdumpdir attribute , and aggregating using Jenkins Jacoco plugin.
Is there any reason as to why the class count value changes between runs?
Is there any reason as to why the class count value changes between runs?
There are different modules of IT and are not structured in parent child setup, in order to get aggregated report &
also to avoid complexities arising due to "runtime changes in classes"