ellraiser/Love Test Reporter
basic github action to dump report output for love-test
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name for the report | yes | — |
| title | Title to show in the jobs summary | yes | — |
| path | Path to the love-test exported md file | yes | — |
| token | GitHub Access Token | no | ${{ github.token }} |
| event_name | Event Type | no | ${{ github.event_name }} |
Outputs
| name | description |
|---|---|
| conclusion | Final conclusion of the created check run: - 'success' if no failed tests was found - 'failure' if any failed test was found |
| passed | Count of passed tests |
| failed | Count of failed tests |
| skipped | Count of skipped tests |
| time | Test execution time [ms] |