-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
------- Additional comments from oliva Wed Feb 4 08:46:11 +0000 2009 -------
hello daniel,
another question regarding my tests: is it possible to merge multiple report.xml
files within the crap4j/hudson plugin ?
lets assume a fileset like **/target/crap4j/report.xml should find 2 reports:
proj1/target/crap4j/report.xml and proj2/target/crap4j/report.xml. actually only
one report is taken for the visualized report. is that what the plugin should do
(take the first report that is found) or do i something wrong ?
lg & thanks a lot,
oliver
------- Additional comments from dlindner Thu Feb 5 20:30:06 +0000 2009 -------
Hello Oliver,
currently, the plugin only handles the first crap report file found by the
pattern, that's true. Merging multiple reports would require the plugin to
recalculate the overall numbers. This isn't too complicated, but maybe unstable
if the two crap reports were taken with different parameter sets e.g. for the
crap threshold.
If you need this functionality, i would like you to open a new issue (request
for enhancement) and gather thoughts there. Perhaps others chime in and want
this feature, too. I'm willing to provide it, it may take some time, though.