-
Notifications
You must be signed in to change notification settings - Fork 58
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
Coverage generator Minion exited abnormally due to UNKNOWN_ERROR #324
Comments
Please enable the verbose output and re-run the analysis:
|
Please apply to that suggestion. There might be an incompatible version of pitest-junit5-plugin used in your project:
|
JUnit 5.9.1 Here is the project https://github.com/igorwojda/kotlin-mutation-testing Here is the output after enabling verbobe
|
Have you applied that suggestion?
clearly suggests that you mix the incompatible JUnit 5 i pitest-junit5-plugin versions. |
@igorwojda Ping. Does the problem still occurs after you used the matching version of the pitest-junit5-plugin version? |
Run
./gradlew pitest
Result:
Above is
info.solidsoft.pitest:1.9.0
, but theinfo.solidsoft.pitest:1.7.4
is working without this exceptionThe text was updated successfully, but these errors were encountered: