Skip to content

Commit ea13797

Browse files
committed
chore: use codecov action
1 parent f0908c1 commit ea13797

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm install -g codecov
2827
- run: npm i
2928
- run: npm run ci
30-
- run: codecov --disable=gcov
29+
- uses: codecov/codecov-action@v4
30+
with:
31+
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)