marshals
marshals
this is a duplicate of #210, though unfortunately i have also seen it since 1.5 was released (see https://github.com/dubreuia/intellij-plugin-save-actions/issues/210#issuecomment-490003928 for the log) and again today
Hi Henry, with ~standalone-pom.zip~ build with `mvn clean install -Ppitest -f standalone-pom.xml` (I'm using maven 3.5.2 as later versions give us issues)
Sorry, try with [standalone-pom.zip](https://github.com/pitest/pitest-junit5-plugin/files/3142753/standalone-pom.zip). Interestingly, with this pom, I _can_ see that the folders that are not deleted are created by the FileProvider create() method and FilePlugin ctor(), because (unlike...
hi @hcoles - was the latest zip enough for you to reproduce the issue?
hi @linux-china - will there be support for debugging individual tests via your plugin? per-test debugging & coverage are such killer features
awesome @linux-china - thanks! it assumes our working directory is the project root, so we have to manually adjust each run config to add the appropriate sub-folder, but i guess...
next request: please support _coverage_ as well as _debug_! :)
thanks @linux-china - i'll try both issues when 0.6.1 comes out (we do already have a `c8` dev dep so assumed coverage wasn't supported)
> > awesome @linux-china - thanks! it assumes our working directory is the project root, so we have to manually adjust each run config to add the appropriate sub-folder, but...
> > next request: please support _coverage_ as well as _debug_! :) > > Please add `c8` dependency in package.json and reopen the project. If c8 found in package.json, and...