actions-marketplace-validations/Test Tracker
GitHub action to track test results and metadata in Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| data | Test Data to Persist. Should be Array of [Input](#input-schema) | yes | [] |
| gist_id | Gist ID to use as persistent store | yes | — |
| github_token | GitHub action token with Gist Permission | yes | — |
| prefix | Prefix for Key Storage | no | — |
| sha | Use this SHA instead of commit SHA | no | — |
| url | Use this as the repository URL instead of auto-detection | no | — |
Outputs
| name | description |
|---|---|
| current | The current commit's history entry. Type of [HistoryEntry](#history-entry-schema) |
| before | The whole history of this PR, excluding this commit. Null if not a PR. Type of [HistoryEntry](#history-entry-schema) |
| after | The whole history of this PR, including this commit. Null if not a PR. Type of [HistoryEntry](#history-entry-schema) |
| base | The history entry of the a base commit of the PR. Null if not PR or if base commit has nothing stored. Type of [HistoryEntry](#history-entry-schema) |