From 04964fb0b001103587d3ed695e687a1e907a2cf0 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Wed, 18 Dec 2024 13:48:00 +0200 Subject: [PATCH] Issue #377: Fixed `.github/workflows/codecov.yml` Signed-off-by: Alex Karajos --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f1b9163..b317089 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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