typefox/Evaluate Overall Status
This action evaluate the overall status of a job considering the job status and the test results. The output provides a status as string and color
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| job_status | Provide the current job status | yes | ${{ job.status }} |
| test_report_conclusion | Conclusion drawn by the test report action | yes | "" |
| ignore_test_report | Ignore the test report in evaluation | no | false |
| fail_on_failed_tests | Fail on failed tests | no | false |
| color_stable | Color for stable notification | no | #007E1C |
| color_unstable | Color for unstable notification | no | #E29C00 |
| color_failed | Color for failed notification | no | #AC0003 |
| color_cancelled | Color for cancelled notification | no | #666666 |
| color_error | Color for error notification | no | #660086 |
Outputs
| name | description |
|---|---|
| overall_status | The status as string |
| overall_status_color | Color describing the status |