ivmavi/junit2otel-collector
GitHub Action to process and send to a OpenTelemetry service a JUnit result file stored as artifact on a workflow run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| reportName | Name of the JUnit archived file. If there are multiple JUnit files it should be a `.zip` file. | no | junit-report.xml |
| workflowRunId | Id of the workflow run where the JUnit files are archived. | no | ${{ github.event.workflow_run.id }} |
| owner | Owner of the repository we want ro process. | no | ${{ github.event.workflow_run.head_repository.owner.login }} |
| repo | The repository we want ro process. | no | ${{ github.event.workflow_run.head_repository.name }} |
| token | Token to access the repository. | no | ${{ github.token }} |
Outputs
no outputs