chore: update codecov/codecov-action action to v5.1.2 #11080
Annotations
1 error, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/core/textarea/textarea.pw.spec.ts#L29
1) [chromium] › tests/core/textarea/textarea.pw.spec.ts:21:9 › Textarea › line break text ────────
Error: expect(locator).toHaveScreenshot(expected)
836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/textarea/textarea.pw.spec.ts-snapshots/textarea-line-break-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-textarea-textarea.pw-Textarea-line-break-text-chromium/textarea-line-break-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-textarea-textarea.pw-Textarea-line-break-text-chromium/textarea-line-break-diff.png
Call log:
- expect.toHaveScreenshot(textarea-line-break.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-textarea')
- locator resolved to <tui-textarea data-size="l" _nghost-ng-c1678597687="" class="ng-untouched ng-valid _focused _has-value ng-dirty">…</tui-textarea>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 836 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-textarea')
- locator resolved to <tui-textarea data-size="l" _nghost-ng-c1678597687="" class="ng-untouched ng-valid _focused _has-value ng-dirty">…</tui-textarea>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 836 pixels (ratio 0.01 of all image pixels) are different.
27 | await textarea.fill('1\n2\n3\n4');
28 |
> 29 | await expect(textAreaComponent).toHaveScreenshot('textarea-line-break.png');
| ^
30 |
31 | await page.locator('.t-row input[tuiSwitch]').first().click();
32 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/textarea/textarea.pw.spec.ts:29:41
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run screenshot tests on dist/demo/browser
110 passed (2.0m)
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[chromium] › tests/core/textarea/textarea.pw.spec.ts:21:9 › Textarea › line break text ─────────
109 passed (1.8m)
|
Loading