equisoft-actions/PHPUnit
Runs PHPUnit and outputs a JUnit report, and a Clover report for coverage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Workflow working directory | yes | . |
| report-name | The name of the archived report. It must follow the convention detailed by our ADRs. | yes | phpunit.junit.xml |
| coverage-report-name | Code coverage artifact file name. | yes | phpunit.clover.xml |
| report-retention-days | Duration in days to preserve reports. | no | 5 |
| extra-args | Additional arguments to pass to phpunit. | no | "" |
Outputs
no outputs