Skip to content

Commit 0f703f0

Browse files
committed
Upgrade codecov
1 parent 2f86ad6 commit 0f703f0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ jobs:
3535
node-version: ${{ matrix.node }}
3636
- run: yarn install --immutable --immutable-cache
3737
- run: yarn test
38+
- run: yarn cov:lcov
3839
- name: Upload test coverage
39-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
41+
with:
42+
fail_ci_if_error: true
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+
verbose: true
4045

4146
check-yarn-cache:
4247
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)