From: Tomas F <tof...@gm...> - 2012-01-16 09:21:21
|
Hi, Is it possible to somehow get a code coverage summary of a subset of packages? I have 75 packages in my Java project that are ordered in a certain hierarchy: foo foo.bar foo.bar.x foo.bar.y foo.frotz.x foo.frotz.y Since the number of packages is so big, It is very hard to get an overview of the cobertura report. The only summary I get is the summary of the whole project. This summary is of course also valuable, but it would be great if I could tell cobertura to create a summary of all "sub"-packages with the prefix foo.bar, given the example above. Best regards, Tomas |