szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
212 stars 57 forks source link

Add required option for the report aggregation task #264

Closed xisyn closed 3 years ago

xisyn commented 3 years ago

Aggregation task search 'linecode.xml' in the path like '\build\reports\pitest\linecoverage.xml'. So, 'timestampedReports' is enable by default, there is 'File does not exist' error because the path is like '\build\reports\pitest*some_time*\linecoverage.xml'

szpak commented 3 years ago

It sounds sensible. In the long run we could try to take into account also timestamped reports, but your your change it definitely easier to apply :-). Thanks.