You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Github action that parses cargo test json output and prepares it so that it can be used with the mikepenz/action-junit-report action'
inputs:
cargo-test-report-json: # id of input
description: 'File that contains the cargo test report in json format (call like "cargo test -- -Z unstable-options --format json --report-time | tee results.json"'
required: true
outputs:
summary: # id of output
description: 'A markdown summary of the test report'