-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
chore: add a jenkins job to run PIT Descartes #1819
Comments
Cool! I guess this job will take a long time.
|
Hi @surli, This link isn't working (404). Is there any Jenkins job/or any other method that automatically generates badly tested methods? |
Running https://github.com/STAMP-project/pitest-descartes directly in command line. |
@monperrus thanks, should I also update this list after generating badly tested methods? I tried running https://github.com/STAMP-project/pitest-descartes by first adding plugin in the pom.xml file and running the command [ERROR] Failed to execute goal org.pitest:pitest-maven:1.6.4:mutationCoverage (default-cli) on project spoon-core: Execution default-cli of goal org.pitest:pitest-maven:1.6.4:mutationCoverage failed: 6 tests did not pass without mutation when calculating line coverage. Mutation testing requires a green suite. I am not sure but feel that this is caused by a failing test, but when I am running I would be glad if you may help me rectify this error : ) |
This may be a bug in Descartes, to be fixed, see STAMP-project/pitest-descartes#117
yes, feel free to PR on it regularly to keep track of your test improvements. |
In order to obtain automatically a diagnosis related to badly tested methods (see #1818) we should create a Jenkins job with PIT descartes: https://github.com/STAMP-project/pitest-descartes
The text was updated successfully, but these errors were encountered: