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

Continue the execution from a certain module #28

Closed nrainer closed 6 years ago

nrainer commented 6 years ago

If an analysis aborts due to an error, it is not possible to continue the execution from a given module because the use of Maven's -rf parameter causes an error (leads to no mutations found). Hence, it would be necessary to reanalyze the whole project. The introduced parameter continueFromModule allows to start the execution from the specified module.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 47


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/org/pitest/maven/PmpMojo.java 0 11 0.0%
<!-- Total: 0 11 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/main/java/org/pitest/maven/PmpMojo.java 1 0.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 46: -0.2%
Covered Lines: 37
Relevant Lines: 440

💛 - Coveralls