mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Update default additional-args for PHPUnit to include JUnit logging for codecov tests in build.yml workflow. (#20556)
This commit is contained in:
2
.github/actions/phpunit/action.yml
vendored
2
.github/actions/phpunit/action.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user