Skip to content

Commit 7f8eb30

Browse files
Try using native codecov package
1 parent f8c6a0a commit 7f8eb30

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)