Skip to content

Merge branch 'feature/widget-recurrence' into feat/add-double-datalab… #1622

Merge branch 'feature/widget-recurrence' into feat/add-double-datalab…

Merge branch 'feature/widget-recurrence' into feat/add-double-datalab… #1622

Triggered via push January 8, 2025 13:28
Status Failure
Total duration 1m 38s
Artifacts
lint-test-build
1m 31s
lint-test-build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
src/components/insights/widgets/__tests__/DynamicWidget.spec.js > DynamicWidget > widgetGraphData computed property > should return an object with labels and datasets when the condition is met: src/components/insights/widgets/__tests__/DynamicWidget.spec.js#L200
AssertionError: expected { labels: [ 'January', …(2) ], …(1) } to deeply equal { labels: [ 'January', …(2) ], …(1) } - Expected + Received Object { "datasets": Array [ Object { "data": Array [ 30, 40, 50, ], + "fullValues": Array [ + undefined, + undefined, + undefined, + ], }, ], "labels": Array [ "January", "February", "March", ], } ❯ src/components/insights/widgets/__tests__/DynamicWidget.spec.js:200:42
src/components/insights/widgets/__tests__/DynamicWidget.spec.js > DynamicWidget > widgetGraphData computed property > should use widget.data.results when widget.data.data is not present: src/components/insights/widgets/__tests__/DynamicWidget.spec.js#L247
AssertionError: expected { labels: [ 'A', 'B' ], …(1) } to deeply equal { labels: [ 'A', 'B' ], …(1) } - Expected + Received Object { "datasets": Array [ Object { "data": Array [ 10, 20, ], + "fullValues": Array [ + undefined, + undefined, + ], }, ], "labels": Array [ "A", "B", ], } ❯ src/components/insights/widgets/__tests__/DynamicWidget.spec.js:247:42
lint-test-build
Process completed with exit code 1.
lint-test-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-test-build: src/components/Markdown.vue#L1
Component name "Markdown" should always be multi-word
lint-test-build: src/components/Markdown.vue#L4
'v-html' directive can lead to XSS attack
lint-test-build: src/components/TagGroup.vue#L89
The "input" event has been triggered but not declared on `emits` option
lint-test-build: src/components/TagGroup.vue#L125
The "close" event has been triggered but not declared on `emits` option
lint-test-build: src/components/insights/cards/__tests__/CardEmpty.spec.js#L1
'vi' is defined but never used. Allowed unused vars must match /^_/u
lint-test-build: src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L167
'args' is defined but never used. Allowed unused args must match /^_/u
lint-test-build: src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L167
'pluginOptions' is defined but never used. Allowed unused args must match /^_/u
lint-test-build: src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L171
'bottom' is assigned a value but never used. Allowed unused vars must match /^_/u
lint-test-build: src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L171
'left' is assigned a value but never used. Allowed unused vars must match /^_/u
lint-test-build: src/components/insights/charts/HorizontalRecurrencyBarChart.vue#L171
'right' is assigned a value but never used. Allowed unused vars must match /^_/u