chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
159 stars 51 forks source link

Images may fail when --coverage-text is enabled. #59

Closed chilio closed 3 years ago

chilio commented 3 years ago

The solution is on the way...

thomascombe commented 3 years ago

It's because of XDebug update on Docker image updated : v2.x to v3.x
https://xdebug.org/docs/upgrade_guide

Have a look at : XDEBUG_MODE=coverage

chilio commented 3 years ago

All images are updated, for now, therefore all CI workflows should be fixed. Please report in case of problems.

thomascombe commented 3 years ago

It works for me! Thanks