Skip to content

Commit 8ae5a60

Browse files
committed
Merge remote-tracking branch 'other/main'
2 parents 8ebf304 + f81afc4 commit 8ae5a60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ jobs:
5050
- name: Test
5151
run: yarn test:ci
5252

53-
- name: Upload coverage to Codecov
54-
uses: codecov/codecov-action@v2
53+
- uses: codecov/codecov-action@v4
5554
with:
56-
token: ${{ secrets.CODECOV_TOKEN }}
55+
fail_ci_if_error: true # optional (default = false)
56+
token: ${{ secrets.CODECOV_TOKEN }} # required
57+
verbose: true # optional (default = false)
5758

5859
- name: Build
5960
run: yarn build

0 commit comments

Comments
 (0)