Skip to content

Commit 182032e

Browse files
committed
Update codecov configuration
1 parent e258840 commit 182032e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ jobs:
4040
yarn test:coverage
4141
yarn build
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v4
43+
uses: codecov/codecov-action@v5
4444
with:
4545
file: ./coverage/coverage-final.json
4646
flags: unittests
4747
name: codecov-umbrella
4848
fail_ci_if_error: false
49+
token: ${{ secrets.CODECOV_TOKEN }}
4950

5051
build_storybook:
5152
name: Build Storybook app

0 commit comments

Comments
 (0)