diff --git a/.roost/runreport.json b/.roost/runreport.json new file mode 100644 index 0000000000..3c12b68ab2 --- /dev/null +++ b/.roost/runreport.json @@ -0,0 +1,64 @@ +{ + "run_id": "6a37e74f", + "started_at": "2026-04-29T05:24:41.287717Z", + "ended_at": "2026-04-29T05:24:41.288347Z", + "status": "ok", + "config": { + "repo": "/private/var/tmp/Roost/RoostGPT/unit-adk-python/1777440100/source/adk-python", + "out": "/private/var/tmp/Roost/RoostGPT/unit-adk-python/1777440100/source/adk-python", + "workers": 5, + "scenarios_from": "planner", + "provider": "env:AI_TYPE", + "model": "gemini/gemini-3-flash-preview", + "jedi": true + }, + "summary": { + "targets_total": 1, + "targets_passed": 0, + "targets_failed": 0, + "targets_partial": 0, + "targets_skipped": 1, + "scenarios_total": 0, + "scenarios_passed": 0, + "scenarios_failed": 0, + "coverage_weighted": null, + "llm_cost_usd": 0.0, + "llm_input_tokens": 0, + "llm_output_tokens": 0, + "llm_cache_read_input_tokens": 0, + "llm_cache_creation_input_tokens": 0, + "llm_api_calls": 0, + "elapsed_ms": 0 + }, + "targets": [ + { + "target_symbol_id": "src.google.adk.a2a.converters.event_converter.convert_a2a_task_to_event", + "symbol_kind": "function", + "source_file": "src/google/adk/a2a/converters/event_converter.py", + "source_range": null, + "test_file": "", + "test_file_hash": "", + "test_status": "skipped", + "iterations": 0, + "pivots": 0, + "scenarios": [], + "coverage_pct": null, + "writer_cost_usd": 0.0, + "writer_input_tokens": 0, + "writer_output_tokens": 0, + "writer_cache_read_input_tokens": 0, + "writer_cache_creation_input_tokens": 0, + "diagnostics": [ + { + "severity": "warning", + "code": "ABORTED", + "message": "skipped due to signal", + "symbol": "src.google.adk.a2a.converters.event_converter.convert_a2a_task_to_event" + } + ] + } + ], + "files_written": [], + "pr_ready": null, + "diagnostics": [] +} \ No newline at end of file