From 524072ed65b627af30563808452033754f607a49 Mon Sep 17 00:00:00 2001 From: JosueUPT Date: Wed, 11 Dec 2024 17:53:51 -0500 Subject: [PATCH] report-infection --- .github/workflows/php-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 751a2b7f..95211e13 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -97,13 +97,13 @@ jobs: vendor/bin/infection \ --threads=4 \ --coverage=coverage \ - --source=src \ --only-covered \ --skip-initial-tests \ --ignore-msi-with-no-mutations \ --no-progress \ --show-mutations \ - --html=public/mutations/index.html || true + --formatter=html \ + --output=public/mutations/index.html || true # Verificar el reporte if [ -f "public/mutations/index.html" ]; then