Skip to content

Commit abf7322

Browse files
committed
ignore development files on production env
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent d715ee1 commit abf7322

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
php${{ matrix.php }}-composer-
4343
4444
- name: Install dependencies with composer
45-
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --no-cache
45+
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
46+
env:
47+
COMPOSER_DEV_MODE: 1
4648

4749
- name: Collect code coverage with PHPUnit
4850
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml

0 commit comments

Comments
 (0)