Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIT example fails #1

Open
saiema opened this issue Apr 9, 2018 · 1 comment
Open

PIT example fails #1

saiema opened this issue Apr 9, 2018 · 1 comment

Comments

@saiema
Copy link

saiema commented Apr 9, 2018

Hi.

Running

  • git clone
  • cd evosuite-coverage-tools/pit
  • mvn org.pitest:pitest-maven:mutationCoverage

Results in no mutations found

log

@gofraser
Copy link
Member

It seems that the org.pitest:pitest-maven:mutationCoverage phase has no dependency on compilation. Try:

mvn compile org.pitest:pitest-maven:mutationCoverage

to make Maven compile the project before PIT tries to mutate it.

This seems to be unrelated to EvoSuite, but maybe the README.md should include PIT usage instructions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants