Skip to content

Commit 9b59d82

Browse files
authored
chore: Update ci.yml
1 parent d7bd173 commit 9b59d82

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
24+
2425
- run: npm install
2526
- run: npm run build --if-present
26-
- run: npm test
27+
- run: npm test
28+
29+
- name: Upload coverage reports to Codecov
30+
uses: codecov/codecov-action@v3
31+
env:
32+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)