Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.4.1 (#1264)
Browse files Browse the repository at this point in the history
Co-authored-by: taiga-family-bot <[email protected]>
  • Loading branch information
taiga-family-bot and taiga-family-bot authored May 20, 2024
1 parent af961b8 commit 2210c17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@ jobs:
- name: Display structure of coverage files
run: tree -L 2 ./coverage -P 'lcov.info'

- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
directory: ./coverage/core/
flags: summary,core
name: core
- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
directory: ./coverage/kit/
flags: summary,kit
name: kit
- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
directory: ./coverage/phone/
flags: summary,phone
name: phone
- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
directory: ./coverage/angular/
flags: summary,angular
name: angular
- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
directory: ./coverage/react/
flags: summary,react
name: react
- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
directory: ./coverage/vue/
flags: summary,vue
Expand Down
2 changes: 2 additions & 0 deletions projects/kit/src/lib/utils/time/tests/to-time-string.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import {describe, expect, it} from '@jest/globals';

import {toTimeString} from '../to-time-string';

describe('toTimeString', () => {
Expand Down

0 comments on commit 2210c17

Please sign in to comment.