Skip to content

Commit

Permalink
report-infection
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueUPT committed Dec 11, 2024
1 parent d50a17a commit 524072e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 524072e

Please sign in to comment.