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

pc - update pom.xml for partial pitest runs #14

Merged
merged 3 commits into from
Aug 31, 2024
Merged

Conversation

pconrad
Copy link
Contributor

@pconrad pconrad commented May 25, 2024

You can now type, for example:
mvn pitest:mutationCoverage -DtargetClasses=edu.ucsb.cs156.example.controllers.RestaurantsController

or:
mvn pitest:mutationCoverage -DtargetClasses=edu.ucsb.cs156.example.controllers.*

And it will run pitest on just one class, or just one group of classes in a package.

pconrad added 2 commits May 24, 2024 19:15
You can now type, for example:
  mvn pitest:mutationCoverage -DtargetClasses=edu.ucsb.cs156.example.controllers.RestaurantsController

or:
  mvn pitest:mutationCoverage -DtargetClasses=edu.ucsb.cs156.example.controllers.*

And it will run pitest on just one class, or just one group of classes in a package.
@pconrad pconrad merged commit d45973d into main Aug 31, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

1 participant