Skip to content

Commit

Permalink
Merge pull request #378 from dotkernel/issue-377
Browse files Browse the repository at this point in the history
Issue #377: Fixed `.github/workflows/codecov.yml`
  • Loading branch information
alexmerlin authored Dec 18, 2024
2 parents 361add2 + 04964fb commit 52c2d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies with composer
env:
COMPOSER_DEV_MODE=1
COMPOSER_DEV_MODE: 1
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

- name: Collect code coverage with PHPUnit
Expand Down

0 comments on commit 52c2d67

Please sign in to comment.