sireto/Publish Allure Report
Uploads an Allure report to the central report host
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serverUrl | API endpoint for report upload | yes | — |
| serverApiKey | API key for authentication | yes | — |
| githubToken | GitHub token for posting commit status | no | ${{ github.token }} |
| projectName | Project name | yes | — |
| branch | Branch name | yes | — |
| reportName | Report name | yes | — |
| reportType | Report type (allure/raw) | no | allure |
| path | Path to allure-results folder or .zip file | yes | — |
| testResult | Test exit code (0=success, nonzero=failure). Used for commit status state. | no | — |
| testsPassed | Passed test count. Auto-detected from allure-results JSON if omitted. | no | — |
| testsFailed | Failed test count. Auto-detected from allure-results JSON if omitted. | no | — |
Outputs
no outputs