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 f77447f commit 7bf981bCopy full SHA for 7bf981b
.github/workflows/ci.yml
@@ -107,10 +107,16 @@ jobs:
107
- name: 🧪 Component tests
108
run: pnpm test:nuxt run --coverage --reporter=junit --outputFile=test-report.junit.xml
109
110
- - name: Upload coverage reports to Codecov
+ - name: ⬆︎ Upload test results to Codecov
111
+ if: ${{ !cancelled() }}
112
+ uses: codecov/test-results-action@v1
113
+ with:
114
+ token: ${{ secrets.CODECOV_TOKEN }}
115
+
116
+ - name: ⬆︎ Upload coverage reports to Codecov
117
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
118
env:
- CODECOV_TOKEN: 17b4bed9-d407-4ce2-9c10-2ccd4328a1d9
119
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
120
121
browser:
122
name: 🖥️ Browser tests
0 commit comments