rakutentech/Code Coverage Dashboard
publish coverage result to the code coverage dashboard server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_host | API host (ex. https://<your-host>/coverages-api) | yes | — |
| language | Language type (go / php /js) | no | go |
| report_dir | Coverage report directory | no | build |
| coverage_xml_file_name | Coverage xml file name | no | coverage.xml |
| ui_host | Code Coverage UI host (ex. https://<your-host>/coverages-ui) | no | — |
| working_dir | working directory | no | ./ |
| skip_pr_comment | If true, not comment on the Pull Request | no | false |
Outputs
| name | description |
|---|---|
| coverage_result | Coverage result |
| base_branch_name | Base branch name |
| current_branch_name | Current branch name |
| base_branch_badge_url | Base branch badge URL |
| current_branch_badge_url | Current branch badge URL |
| base_branch_report_url | Base branch report URL |
| current_branch_report_url | Current branch report URL |
| improvement | Improvement between current branch and base branch |