gnapi-tech/Katalyst Test Ingest
Uploads JUnit and LCOV reports to Katalyst ingestion API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 30, 2026
- License
- None
Pinned Snippet
uses: gnapi-tech/katalyst-ingest-custom-action@cea74e9b8efeadfd0502d63fcd50759b1fc19602 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| katalyst_base_url | Base URL of Katalyst API, e.g. https://example.com | yes | — |
| ingest_token | Bearer token for Katalyst ingestion API | yes | — |
| github_token | GitHub token for PR comments and checks | no | — |
| project_id | Katalyst project ID | no | "" |
| junit_path | Path to JUnit XML report | no | junit.xml |
| lcov_path | Path to LCOV report | no | coverage/lcov.info |
| endpoint | Ingest endpoint path | no | /ingest/runs |
| branch | Git branch name | no | "" |
| commit_sha | Git commit SHA | no | "" |
| repo_name | GitHub repository name | no | "" |
| repo_owner | GitHub repository owner | no | "" |
Outputs
no outputs