pitest / pitest-junit5-plugin

JUnit 5 test framework support for Pitest
Apache License 2.0
74 stars 27 forks source link

Suppress the parallel warning during coverage calculation #92

Closed Vampire closed 1 year ago

Vampire commented 1 year ago

Depends on #93 and PIT release with hcoles/pitest#1208 included.

As we properly serialize the coverage calculation, the warning that is logged after detecting multiple threads can be suppressed.

Vampire commented 1 year ago

As 1.14.0 is already a logical dependency, this PR is now integrated directly into the parent PRs.