Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests_end_to_end/coverage/taxonomy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ areas:
configure-columns: { covered: false }
add-trace-to-dataset: { covered: false, note: "AddToDatasetDialog" }
add-trace-to-queue: { covered: false, note: "AddToQueueDialog — cross-links annotation-queues" }
messages-tab: { covered: false, note: "MessagesTab — conditional on input/output parsing as LLM messages (detectLLMMessages); is the default tab when shown" }
agent-graph-tab: { covered: false }
prompts-tab: { covered: false, note: "PromptsTab — conditional on opik_prompts metadata + canViewPrompts, like agent-graph-tab" }
attachments-media: { covered: true, tier: t2-cuj, note: "presigned multipart upload with mime_type omitted, asserting the type tika derives from each file name (incl. the octet-stream fallback), plus every attachment rendering as a thumbnail in the trace panel" }
Expand Down
Loading