pitest
pitest copied to clipboard
Possible problem regarding report-aggregate mojo
I made a new multimodule maven project und wanted to use the report-aggregate mojo. Here the link to my github repo: https://github.com/tijanssen/tresty-pitest-test
When I execute 'mvn clean install site' then the tresty/target/site/pitreports directory is empty. Therefore I can't look at the aggregate report. Is this a bug? Am I using the report-aggregate mojo incorrectly? Am I missing something or do I have a misunderstanding regarding this mojo.
BTW: What does TestStrength mean?
EDIT: When I add the jacoco-maven-plugin in the same way as the pitest-maven plugin then it works for the jacoco plugin.
Have a look at this issue re: test strength https://github.com/hcoles/pitest/issues/966