Skip to content

Commit 04964fb

Browse files
authored
Issue #377: Fixed .github/workflows/codecov.yml
Signed-off-by: Alex Karajos <[email protected]>
1 parent 361add2 commit 04964fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install dependencies with composer
4545
env:
46-
COMPOSER_DEV_MODE=1
46+
COMPOSER_DEV_MODE: 1
4747
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4848

4949
- name: Collect code coverage with PHPUnit

0 commit comments

Comments
 (0)