ryooo/metrics-regression-action
Measure the difference between PR base<=>head of metrics listed in the json file and comment the result to PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub API access token.It is used to upload test report and add comment to pull request. | yes | — |
| actual-directory-path | Path to json files directory.The json files stored in this directory will be compared with the expected json files from the last upload. | yes | — |
| expected-directory-path | Path to json files directory.The json files stored in this directory will be compared as the expected json files. | no | — |
| target-hash | The commit hash to be compared. | no | — |
| artifact-name | Workflow artifact name. `metrics` by default. | no | — |
| branch | A branch name which manages images. `metrics-regression-action` by default. | no | — |
Outputs
| name | description |
|---|---|
| result | ok or failed |