Skip to content

Commit 4942c1e

Browse files
committed
Update codecov-action
1 parent 9d92640 commit 4942c1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
- run: pnpm run ci
5858

5959
- name: Codecov
60-
uses: codecov/codecov-action@v1
60+
uses: codecov/codecov-action@v3
6161
if: matrix.node == '16.x' && matrix.os == 'ubuntu-latest'
6262
with:
6363
file: ./coverage/coverage-final.json
6464
flags: unittests
65+
verbose: true
6566
fail_ci_if_error: true

0 commit comments

Comments
 (0)