ilyvion/Cargo Test Annotations

Parse Cargo test output and generate GitHub Actions annotations for them in the source code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 30, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: ilyvion/cargo-test-annotations@383c832a96d2d8389aba49d0021e98e61b194d9a # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
metadataPath to metadata.json from running `cargo metadata --format-version 1 > metadata.json`yes
testsPath to tests.json generated from running one or more `cargo test`syes
tokenThe `GITHUB_TOKEN` secret of the workflow instanceyes
nameDisplay name of the created GitHub Check Run. Must be unique across several Cargo Test Annotations invocations for a given workflow event.cargo-test-annotations

no outputs