urechandro/Ripple — affected tests only
Run only the Go tests affected by changes in a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| go-version-file | Path to go.mod for Go version detection | — | go.mod |
| method | Call graph algorithm: cha (conservative) or rta (precise) | — | cha |
| depth | Reverse dep graph depth: 0=changed only, 1=+direct importers, -1=full transitive | — | -1 |
| skip | Comma-separated substrings — packages whose import path matches are skipped | — | integration |
| ripple-version | Ripple version to install (e.g. v0.2.0, latest) | — | latest |
Outputs
| name | description |
|---|---|
| json | Full JSON output from ripple |
| tests-passed | Number of tests that passed |
| tests-failed | Number of tests that failed |