We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.github/workflows/codecov.yml
1 parent 361add2 commit 04964fbCopy full SHA for 04964fb
.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