We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 361add2 + 04964fb commit 52c2d67Copy full SHA for 52c2d67
.github/workflows/codecov.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install dependencies with composer
45
env:
46
- COMPOSER_DEV_MODE=1
+ COMPOSER_DEV_MODE: 1
47
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
48
49
- name: Collect code coverage with PHPUnit
0 commit comments