From d0147d49cafa96477d46ec3fc7930c70f9c8e425 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 20 May 2024 14:10:33 +0000 Subject: [PATCH 1/2] chore(deps): update codecov/codecov-action action to v4.4.1 --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6aa3e4ede..0ee570586 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,32 +38,32 @@ jobs: - name: Display structure of coverage files run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v4.4.0 + - uses: codecov/codecov-action@v4.4.1 with: directory: ./coverage/vue/ flags: summary,vue From 01ecf45de266b185033869c9a671880de8b65d70 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Mon, 20 May 2024 14:11:34 +0000 Subject: [PATCH 2/2] chore: apply changes after linting [bot] --- projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts b/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts index 61156eaa7..80622c9c3 100644 --- a/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts +++ b/projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts @@ -1,3 +1,5 @@ +import {describe, expect, it} from '@jest/globals'; + import {toTimeString} from '../to-time-string'; describe('toTimeString', () => {