sarahBuisson

Results 7 comments of sarahBuisson

I see than when a line is generated by an anotation, pitest place the line coverage on the anotation on the report file view. Maybe we can add a list...

Hello, I've been working on it, and I've found a solution to this issue. (I search the presence of the annotation in the java file). I've forked your project, implement...

I can't do this just with the informations contained in the MutationDetails, I need the data who are contained in the classInfo. If I do a mutationFilterFactory and add the...

@hcoles I need classInfo to find the sourceFile. currently MutationDetails class contains just the name of the file, not the path to this file.

@hcoles Hello everyone, I'm back ! **The good new :** I've create a mutation filter plugin to ignore the generated code line **The bad new n° 1** : I'll need...

just for info, it would take very little effort to do so: - add a package.json - register yourself on npm - npm publish I did it in 5 minute...

I still have the issue in 1.6.0 :( I use kotlin 1.4 now: The code: ``` import kotlin.js.JsExport expect open class Sample() { fun checkMe(): String } @JsExport class ForAll()...