innoq/Cargo Test Reporter
Github action that parses cargo test json output and prepares it so that it can be used with the mikepenz/action-junit-report action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cargo-test-report-json | File that contains the cargo test report in json format (call like "cargo test -- -Z unstable-options --format json --report-time | tee results.json" | yes | — |
Outputs
| name | description |
|---|---|
| summary | A markdown summary of the test report |