facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
135 stars 14 forks source link

Remove Scrutinizer #132

Closed Jean85 closed 5 years ago

Jean85 commented 5 years ago

Scrutinizer build started failing because it detects PHPUnit configs in the stub folder.

Since the introduction of PHPStan, it's no longer useful: CS style is out of sync, tests are run elsewhere, and sniffs are bad.

I'll fix the Coveralls reporting to not lose coverage report, which was the only useful thing provided by Scrutinizer.