pitest icon indicating copy to clipboard operation
pitest copied to clipboard

Possible problem regarding report-aggregate mojo

Open tijanssen opened this issue 2 years ago • 1 comments

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.

tijanssen avatar Apr 09 '22 12:04 tijanssen

Have a look at this issue re: test strength https://github.com/hcoles/pitest/issues/966

nespera avatar Apr 09 '22 14:04 nespera