Paraunit 2.9.0: coverage cache warmup

This is a republished tag announcement for facile-it/paraunit. You can find the release here.

With this new minor, we’re adding a small performance improvement for test coverage, by running phpunit -- before running all tests. This small feature should reduce tests execution time and avoid race conditions when the first batch of tests runs (and find the cache not ready).

Credits to Sebastian for pointing this out to me!

This is the full changelog:

  • Add coverage cache warmup #379
  • Fix transient dependencies #373