tr8team/Test Tracker

GitHub action to track test results and metadata in Pull Requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
dataTest Data to Persist. Should be Array of [Input](#input-schema)yes[]
gist_idGist ID to use as persistent storeyes
github_tokenGitHub action token with Gist Permissionyes
prefixPrefix for Key Storageno
shaUse this SHA instead of commit SHAno
urlUse this as the repository URL instead of auto-detectionno
namedescription
currentThe current commit's history entry. Type of [HistoryEntry](#history-entry-schema)
beforeThe whole history of this PR, excluding this commit. Null if not a PR. Type of [HistoryEntry](#history-entry-schema)
afterThe whole history of this PR, including this commit. Null if not a PR. Type of [HistoryEntry](#history-entry-schema)
baseThe 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)