Skip to content

Commit 78670a3

Browse files
committed
ci: also upload unit tests
1 parent 7bf981b commit 78670a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
- name: 🧪 Unit tests
8383
run: pnpm test:unit run --coverage --reporter=junit --outputFile=test-report.junit.xml
8484

85+
- name: ⬆︎ Upload test results to Codecov
86+
if: ${{ !cancelled() }}
87+
uses: codecov/test-results-action@v1
88+
with:
89+
token: ${{ secrets.CODECOV_TOKEN }}
90+
8591
test:
8692
name: 🧪 Component tests
8793
runs-on: ubuntu-24.04-arm

0 commit comments

Comments
 (0)