STAMP-project / pitmp-maven-plugin

Maven plugin to handle multi module projects for PiTest
GNU Lesser General Public License v3.0
46 stars 14 forks source link

feature request: Add support for scm in pitmp-maven-plugin #56

Open Hamzablm opened 3 years ago

Hamzablm commented 3 years ago

Characteristics

Description

As you know mutation testing is a slow process, I am working on a multi-module project and I found that pitmp-maven-plugin doesn't support mutation testing using scm in pitest.

The thing is I want to run my mutation tests with my recent git changes. I just learned that's not possible with this tool. Can you please consider adding this feature?