pitmp-maven-plugin icon indicating copy to clipboard operation
pitmp-maven-plugin copied to clipboard

Maven plugin to handle multi module projects for PiTest

Results 28 pitmp-maven-plugin issues
Sort by recently updated
recently updated
newest added

Results focus on a test suite. It would be useful to combined test results focus on a package, and combining results of all test suites which use the package.

enhancement

Create a mechanism to fire a build failure in Maven when the mutation score drops below certain configurable value or the number of strong/weak pseudo tested methods raises above an...

#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: major - **Tool/Service/Component**:pitmp-maven-plugin, 1.3.8-SNAPSHOT (commit 5cc372c) - **Execution Environment**: Ubuntu - **Reporter**: @nicolabertazzo #### Description Error reported when I...

bug

Set the codeline to -1 of what is now. Example: https://github.com/martinch-kth/commons-codec/blob/trunk/src/main/java/org/apache/commons/codec/language/DoubleMetaphone.java#L782 781 private boolean conditionC0(final String value, final int index) { 782 if (contains(value, index, 4, "CHIA")) { So the...

#### Characteristics - **Issue Type**: feature - **Severity**: feature - **Tool/Service/Component**: PitMP #### Description Add an option to compute the mutation score, without considering uncovered mutants. Implementation should be independent...

#### Characteristics - **Issue Type**: feature - **Severity**: feature - **Tool/Service/Component**: PitMP #### Description Add an option to compute the ratio of pseudo-tested, partially-tested methods to tested methods. Fail the...

#### Characteristics - **Issue Type**: feature - **Severity**: feature - **Tool/Service/Component**: PitMP #### Description Given two `METHODS` reports get the methods that change their classification. If no report is given,...

#### Characteristics - **Issue Type**: test report - **Reproducibility**: always - **Severity**: major #### Description We have observed that, in some projects, after the test cases are migrated to Junit5,...

Hi, cool project! I've encountered an incompatibility with the recent PITest: #### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: minor - **Tool/Service/Component**: 1.3.6 - **Execution Environment**: Oracle...

#### Characteristics - **Issue Type**: feature - **Severity**: feature #### Description Add `ISSUES` as a default output format (`outputFormats` property) for `descartes`.