Skip to content

chore: bump opentelemetry-proto from 0.27.0 to 0.32.0 in /src-tauri #220

chore: bump opentelemetry-proto from 0.27.0 to 0.32.0 in /src-tauri

chore: bump opentelemetry-proto from 0.27.0 to 0.32.0 in /src-tauri #220

Triggered via pull request June 15, 2026 20:26
Status Failure
Total duration 6m 16s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Frontend Tests
Process completed with exit code 1.
src/store/dashboard-data.test.ts > useDashboardDataStore > edge cases > daily rows default missing providers to 0: src/store/dashboard-data.test.ts#L1016
TypeError: Cannot read properties of undefined (reading 'claude') ❯ src/store/dashboard-data.test.ts:1016:14
src/store/dashboard-data.test.ts > useDashboardDataStore > edge cases > multiple providers on same date produce correct per-provider columns: src/store/dashboard-data.test.ts#L982
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/store/dashboard-data.test.ts:982:26
src/store/dashboard-data.test.ts > useDashboardDataStore > chart data computation > uses known labels for providers: src/store/dashboard-data.test.ts#L514
TypeError: Cannot read properties of undefined (reading 'label') ❯ src/store/dashboard-data.test.ts:514:22
src/store/dashboard-data.test.ts > useDashboardDataStore > chart data computation > provider totals sorted by tokens descending (then total last): src/store/dashboard-data.test.ts#L496
AssertionError: expected 'total' to be 'gemini' // Object.is equality Expected: "gemini" Received: "total" ❯ src/store/dashboard-data.test.ts:496:42
src/store/dashboard-data.test.ts > useDashboardDataStore > chart data computation > builds provider totals with a Total entry: src/store/dashboard-data.test.ts#L480
AssertionError: expected +0 to be 3000 // Object.is equality - Expected + Received - 3000 + 0 ❯ src/store/dashboard-data.test.ts:480:29
src/store/dashboard-data.test.ts > useDashboardDataStore > chart data computation > formats date labels as M/D: src/store/dashboard-data.test.ts#L464
TypeError: Cannot read properties of undefined (reading 'label') ❯ src/store/dashboard-data.test.ts:464:28
src/store/dashboard-data.test.ts > useDashboardDataStore > chart data computation > builds cost rows from daily stats: src/store/dashboard-data.test.ts#L452
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/store/dashboard-data.test.ts:452:24
src/store/dashboard-data.test.ts > useDashboardDataStore > chart data computation > builds daily token rows sorted by date: src/store/dashboard-data.test.ts#L426
AssertionError: expected [] to have a length of 2 but got +0 - Expected + Received - 2 + 0 ❯ src/store/dashboard-data.test.ts:426:26
src/store/dashboard-data.test.ts > useDashboardDataStore > setFilters > re-aggregates daily stats to provider level when filters are active: src/store/dashboard-data.test.ts#L318
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/store/dashboard-data.test.ts:318:27
Rust Tests
Process completed with exit code 101.