hcoles / pitest

State of the art mutation testing system for the JVM
Apache License 2.0
1.71k stars 357 forks source link

Add support for jacoco reports #561

Open asm0dey opened 5 years ago

asm0dey commented 5 years ago

Currently http://codecov.io/ doesn't support pitest reports and doesn't see coverage as pitest sees it. Please, add support jacoco-formatted reports for better github integration

maxgabut commented 5 years ago

While integration with codecov would be nice, I'm not sure that jacoco reports format is a good fit for the data that pitest generate.

However, If someone think it's possible and want to work on it, I'd suggest to check the advanced page from the site and to consider implementing a org.pitest.mutationtest.MutationResultListenerFactory.