Skip to content

Commit f4e7c05

Browse files
ci(github): add codecov to test.yml
1 parent 0257f98 commit f4e7c05

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ jobs:
2323

2424
- name: Run tests
2525
run: npm run test:ci
26+
27+
- name: Upload coverage reports to Codecov
28+
uses: codecov/codecov-action@v5
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)