Skip to content

chore(experiments): clean up after hogql migration #104262

chore(experiments): clean up after hogql migration

chore(experiments): clean up after hogql migration #104262

Triggered via pull request December 11, 2024 20:43
Status Failure
Total duration 7m 19s
Artifacts

ci-frontend.yml

on: pull_request
Determine need to run frontend checks
10s
Determine need to run frontend checks
Code quality checks
6m 49s
Code quality checks
Matrix: jest
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code quality checks: frontend/src/scenes/experiments/ExperimentView/SecondaryMetricsTable.tsx#L160
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | SecondaryMetricResults | null' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
Code quality checks: frontend/src/scenes/experiments/ExperimentView/SecondaryMetricsTable.tsx#L215
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | SecondaryMetricResults | null' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
Code quality checks: frontend/src/scenes/experiments/ExperimentView/SummaryTable.tsx#L166
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | _TrendsExperimentResults | _FunnelExperimentResults' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.
Code quality checks: frontend/src/scenes/experiments/ExperimentView/SummaryTable.tsx#L240
Argument of type 'CachedExperimentTrendsQueryResponse | CachedExperimentFunnelsQueryResponse | _TrendsExperimentResults | _FunnelExperimentResults' is not assignable to parameter of type 'Partial<_TrendsExperimentResults | _FunnelExperimentResults> | null'.