sozua/Find Impacted Tests

Find test files impacted by code changes using static dependency analysis

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase ref to compare against (commit SHA, branch, or tag)no${{ github.event.pull_request.base.sha || 'HEAD~1' }}
headHead ref (commit SHA, branch, or tag)noHEAD
patternGlob pattern for test filesno**/*.{test,spec}.{js,mjs,cjs,jsx,ts,mts,cts,tsx}
working-directoryWorking directoryno.
namedescription
filesSpace-separated list of impacted test files (for xargs/node --test)
files-jsonJSON array of impacted test files
countNumber of impacted test files
has-impactedWhether there are any impacted tests (true/false)