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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
reportNameName of the JUnit archived file. If there are multiple JUnit files it should be a `.zip` file.nojunit-report.xml
workflowRunIdId of the workflow run where the JUnit files are archived.no${{ github.event.workflow_run.id }}
ownerOwner of the repository we want ro process.no${{ github.event.workflow_run.head_repository.owner.login }}
repoThe repository we want ro process.no${{ github.event.workflow_run.head_repository.name }}
tokenToken to access the repository.no${{ github.token }}

no outputs