gradle-pitest-plugin
gradle-pitest-plugin copied to clipboard
Gradle plugin for PIT Mutation Testing
Steps to reproduce: - Clone a project with pitest to a folder "A" and run pitest task - Run pitest task again and the build cache kicks in and reports...
I tried to use the 1.5.2 plugin with the new pitest version (`pitestVersion.set("1.6.1")`) but looking at the reports it still said "pitest 1.5.2". when running in verbose mode I can...
In the readme, there is a link to [dependabot](https://api.dependabot.com/badges/status?host=github&repo=szpak/gradle-pitest-plugin) that is not working.
See: https://github.com/hcoles/pitest/pull/1040 It's an optional parameter, so once not set it should not be passed to PIT.
As added in https://github.com/hcoles/pitest/pull/1029.
I have a monorepo setup with ~20 modules. I created a working pitest config for the submodules, excluded the modules without tests, ran the aggregation but I don't see the...
Based on my tries with using Java toolchain for testing the plugin itself, it seems that PIT in PitestTask is executed with the JVM which was used to start the...
Hi @szpak I'm hoping to add some functionality to pitest that depends on being able to identify the base directory of a project. From some quick experiments, I don't believe...
` 2-:\7|3/ -I\ |>/W-R\I|G/:-M\n|o/ -x\t|d/a-n\rm23:48:42 PIT >> INFO : Completed in 74 seconds / ` The line above is supposed to contain "WARNING". Over time, while PIT runs, the characters...
Bumps [pitest-aggregator](https://github.com/hcoles/pitest) from 1.6.3 to 1.6.8. Release notes Sourced from pitest-aggregator's releases. 1.6.8 #917 - Add method to retrieve all mutator ids for pitclipse and other tooling #913 - Bump...