baekchangjoon/TIA impact
Select the tests impacted by a diff using Test-Impact-Analysis (runs the tia CLI container).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db | Baseline TIA SQLite index (tia.db), workspace-relative. | yes | — |
| commit | Commit the index was built at (line-space baseline). | yes | — |
| diff-file | Unified diff file (workspace-relative). If empty, the CLI diffs the working tree vs --git-ref/--commit. | no | "" |
| git-ref | diff base ref (maps to CLI --git-ref; defaults to --commit). Must match the indexed commit line-space. | no | "" |
| strict | If "true", fail when there is no baseline for --commit instead of signalling run-all. | no | false |
| image | tia CLI image to run. | no | ghcr.io/baekchangjoon/tia:latest |
Outputs
| name | description |
|---|---|
| selected | Newline-separated selected tests ("<CONFIDENCE>\t<testId>"). |
| run-all | "true" when no baseline/index is available → caller MUST run the whole suite (conservative, zero-miss). |