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 a27cea0 commit 9a70159Copy full SHA for 9a70159
1 file changed
.github/workflows/ci.yml
@@ -117,11 +117,12 @@ jobs:
117
- name: 🧪 Component tests
118
run: pnpm test:nuxt run --coverage --reporter=junit --outputFile=test-report.junit.xml
119
120
- - name: ⬆︎ Upload test results to Codecov
121
- if: ${{ !cancelled() }}
122
- uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1
+ - name: ⬆︎ Upload coverage reports to Codecov
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
123
with:
124
- token: ${{ secrets.CODECOV_TOKEN }}
+ report_type: test_results
+ env:
125
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
126
127
- name: ⬆︎ Upload coverage reports to Codecov
128
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
0 commit comments