ericsizemore/PHPUnit Coverage Check
Run PHPUnit Coverage Check via GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clover_file | The location of the clover xml file, that is generated by PHPUnit | yes | clover.xml |
| threshold | The coverage threshold that is acceptable. Min = 1, Max = 100 | yes | 100 |
| only_percentage | Whether to only show the coverage percentage | no | false |
| show_files | Whether to calculate and display coverage for all files found within the clover.xml | no | false |
| table_width | The output table column width when opting for --show-files | no | 70 |
| composer_require_dev | Whether or not Composer installs dev packages | no | false |
| composer_ignore_platform_reqs | Whether or not the --ignore-platform-reqs flag is passed to Composer | no | false |
| ssh_key | The private key contents to use for private repositories | no | — |
| ssh_key_pub | The public key contents to use for private repositories | no | — |
| ssh_domain | The domain to gather SSH public keys for (automatic for github.com, gitlab.com, bitbucket.org) | no | — |
| relative_dir | If your composer file is not in the directory, you can specify the relative directory. | no | — |
Outputs
no outputs