We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d715ee1 commit abf7322Copy full SHA for abf7322
.github/workflows/codecov.yml
@@ -42,7 +42,9 @@ jobs:
42
php${{ matrix.php }}-composer-
43
44
- name: Install dependencies with composer
45
- run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --no-cache
+ run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
46
+ env:
47
+ COMPOSER_DEV_MODE: 1
48
49
- name: Collect code coverage with PHPUnit
50
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
0 commit comments