Skip to content

Commit 25f877d

Browse files
committed
feat: add Codecov to test workflow
1 parent 269e478 commit 25f877d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ jobs:
3434

3535
- name: Run the tests
3636
run: pnpm coverage
37+
38+
- name: Upload coverage reports to Codecov
39+
uses: codecov/codecov-action@v5
40+
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
42+
slug: h3ravel/framework

0 commit comments

Comments
 (0)