Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ unit-tests: stage: tests script: - composer install --no-interaction --no-suggest --no-progress - vendor/bin/phpunit --coverage-text=coverage.txt --colors=never - php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-text=coverage.txt --colors=never artifacts: paths: - coverage.txt Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ unit-tests: stage: tests script: - composer install --no-interaction --no-suggest --no-progress - vendor/bin/phpunit --coverage-text=coverage.txt --colors=never - php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-text=coverage.txt --colors=never artifacts: paths: - coverage.txt Loading