Skip to content

Commit 96e58eb

Browse files
committed
ci: upload test results to codecov
1 parent 70047c5 commit 96e58eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ jobs:
6767
- name: Run tests
6868
run: pnpm test
6969

70-
- name: Upload code coverage to codecov
70+
- name: Upload test results to Codecov
71+
uses: codecov/test-results-action@v1
72+
with:
73+
token: ${{ secrets.CODECOV_TOKEN }}
74+
75+
- name: Upload code coverage to Codecov
7176
uses: codecov/codecov-action@v5
7277
with:
7378
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)