junit-insights icon indicating copy to clipboard operation
junit-insights copied to clipboard

Place reports in module build directories

Open manuelprinz opened this issue 4 years ago • 0 comments

In projects with more than one module the current defaults generate a report for each module but place both in the same directory. They are only differentiated by their creation timestamp. I think it would be create to put them in the respective report sub-directory, e.g. build/reports/tests/{TaskName}/, maybe even in a junit-insights sub-directory. (I know that this is easily doable by setting de.adesso.junitinsights.reportpath accordingly, but also think that this should be the default.)

Alternatively, it would be helpful to include the task name in the file name to be able relate the reports to the module they belong.

manuelprinz avatar Nov 21 '20 13:11 manuelprinz