Update default additional-args for PHPUnit to include JUnit logging for codecov tests in build.yml workflow. (#20556)

This commit is contained in:
Wilmer Arambula
2025-09-29 22:03:44 -03:00
committed by GitHub
parent da2bd17269
commit 813dfc07cc

View File

@ -5,7 +5,7 @@ description: Run PHPUnit tests with coverage and configurable options.
inputs:
additional-args:
description: Additional PHPUnit arguments.
default: "--verbose"
default: "--log-junit junit.xml --verbose"
required: false
type: string
configuration: