-
For a regular Gradle `test` task from the Java plugin, if there is no test source, it will just be skipped indicating `NO-SOURCE`. In contrast, Pitest tasks will fail with `Coverage generation minion …
-
I have configured pitest-maven to fail if coverage is < 80%. One of the modules in my build fail thinking that coverage is 63% :
```
[ERROR] Failed to execute goal org.pitest:pitest-maven:1.1.3:mutat…
gehel updated
9 years ago
-
While reviewing PicnicSupermarket/error-prone-support#984, I noticed that version 1.15.4 of Pitest reports fewer mutations than version 1.15.3. On cursory inspection it appears that version 1.15.4 no …
-
I'm attempting to extract mutation information from the verbose log. I ran the pit on the [Saga Actuator](https://github.com/apache/servicecomb-saga-actuator) project and saved the log file using the …
-
I made a new multimodule maven project und wanted to use the report-aggregate mojo.
Here the link to my github repo: https://github.com/tijanssen/tresty-pitest-test
When I execute 'mvn clean inst…
-
Included are versions of Java, Gradle and the verbose output from PiTest.
This was a clean build with JUnit 5.8.2 based unit tests.
If needed I can put the entire project into GitHub for access …
-
I try to get full mutation matrices for several projects, but some test methods cannot be found in quite a part of the projects.
The configuration for the plugin looks like this:
``
` org.pitest`…
-
As requested by @Vampire in https://github.com/szpak/gradle-pitest-plugin/issues/143#issuecomment-532701438.
szpak updated
4 years ago
-
To make it a little bit easier people wanting to use that [feature](https://github.com/hcoles/pitest/issues/190).
There could be a new simple plugin which reads all plugin configuration parameters an…
szpak updated
7 years ago
-
PITest (http://pitest.org) is a great tool for Java test quality analysis. It would be great to have a processor for reading mutation tests results.
I'd like to implement this feature :-)