We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf981b commit 78670a3Copy full SHA for 78670a3
1 file changed
.github/workflows/ci.yml
@@ -82,6 +82,12 @@ jobs:
82
- name: 🧪 Unit tests
83
run: pnpm test:unit run --coverage --reporter=junit --outputFile=test-report.junit.xml
84
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
+
91
test:
92
name: 🧪 Component tests
93
runs-on: ubuntu-24.04-arm
0 commit comments