Skip to content

Commit

Permalink
chore: update codecov/codecov-action action to v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Dec 23, 2024
1 parent a9a856b commit 03785d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm test
- run: tree -L 2 ./coverage -P 'lcov.info'
- uses: codecov/[email protected].1
- uses: codecov/[email protected].2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion projects/demo-playwright/utils/goto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function tuiGoto(
await waitIcons({
page,
timeout: 200,
icons: await page.locator('tui-icon >> visible=true').all(),
icons: await page.locator('tui-icon').all(),
});

await tuiWaitForFonts(page);
Expand Down

0 comments on commit 03785d5

Please sign in to comment.