Skip to content

Commit 94f8b6e

Browse files
committed
chore: added ci codecov upload
1 parent d8e131e commit 94f8b6e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: npm run lint
3030

3131
- name: Test
32-
run: make test
32+
run: npm run test
3333

34-
- name: Generate report
35-
run: make testcov
34+
- name: Upload coverage reports to Codecov
35+
uses: codecov/codecov-action@v5
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)