Skip to content

Commit 52c2d67

Browse files
authored
Merge pull request #378 from dotkernel/issue-377
Issue #377: Fixed `.github/workflows/codecov.yml`
2 parents 361add2 + 04964fb commit 52c2d67

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)