We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634c749 commit 17e0cc1Copy full SHA for 17e0cc1
1 file changed
.github/workflows/test.yml
@@ -47,7 +47,13 @@ jobs:
47
run: bun run check
48
49
- name: Run tests
50
- run: bun run test -- --coverage
+ run: bun run test -- --coverage --reporter=junit
51
+
52
+ - name: Upload test results to Codecov
53
+ if: ${{ !cancelled() }}
54
+ uses: codecov/test-results-action@v1
55
+ with:
56
+ token: ${{ secrets.CODECOV_TOKEN }}
57
58
- name: Upload test coverage
59
uses: codecov/codecov-action@v5
0 commit comments