jeudi 28 janvier 2021

Unit tests fail when using PCOV with --coverage

I have a problem with my unit tests. I’m using PHPUnit 8.5 and Codeception 4.1. My tests run perfectly well when running them normally, but for some reason if I try to generate code coverage the tests immediately stop without any warning or error output.

vendor/codeception/codeception/codecept --ansi run unit --phpunit-xml --no-exit --coverage-xml
Codeception PHP Testing Framework v4.1.16
Powered by PHPUnit 8.5.14 by Sebastian Bergmann and contributors.

Test.unit Tests (1080) --------------------
MBP145:prjct patrick.barbosa$

The tests with coverage also run without problems when I use xdebug instead of PCOV.

Does anyone have any idea what could cause this?

Aucun commentaire:

Enregistrer un commentaire