-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
My command in CICD:
cargo +nightly test --doc --workspace --features doc-tests -- -Z unstable-options --report-time --format jsonHere is an example output
// ... a lot of "type": "test" before this
{ "type": "suite", "event": "ok", "passed": 66, "failed": 0, "ignored": 0, "measured": 0, "filtered_out": 0, "exec_time": 0.230763199 }
{ "type": "report", "total_time": 0.887385934, "compilation_time": 0.647808005 }And this line:
Line 171 in d854116
| panic!("Unknown event type: '{}'", &type_field); |
Causes a panic.
I am not sure what is best practice, to just add Event::Report, or to silently continue and ignore unknown event types, etc.?
I would love to put in a PR if design guidance is given. Let me know, thank you
danieleades and TheJanzap
Metadata
Metadata
Assignees
Labels
No labels