Skip to content

Commit 4734865

Browse files
authored
ci: Update codecov action and fail CI if it fails (#2116)
1 parent e75e716 commit 4734865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ jobs:
8888
npm run test:golden-layout
8989
9090
- name: Codecov report
91-
uses: codecov/codecov-action@v3
91+
uses: codecov/codecov-action@v4
9292
with:
93+
fail_ci_if_error: true
9394
token: ${{ secrets.CODECOV_TOKEN }}
9495
directory: ./coverage
9596
flags: unit

0 commit comments

Comments
 (0)