ilyvion/Cargo Test Annotations
Parse Cargo test output and generate GitHub Actions annotations for them in the source code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 30, 2024
- License
- Apache 2.0
Pinned Snippet
uses: ilyvion/cargo-test-annotations@383c832a96d2d8389aba49d0021e98e61b194d9a # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| metadata | Path to metadata.json from running `cargo metadata --format-version 1 > metadata.json` | yes | — |
| tests | Path to tests.json generated from running one or more `cargo test`s | yes | — |
| token | The `GITHUB_TOKEN` secret of the workflow instance | yes | — |
| name | Display name of the created GitHub Check Run. Must be unique across several Cargo Test Annotations invocations for a given workflow event. | — | cargo-test-annotations |
Outputs
no outputs