File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,12 @@ jobs:
117117 - name : 🧪 Component tests
118118 run : pnpm test:nuxt run --coverage --reporter=junit --outputFile=test-report.junit.xml
119119
120- - name : ⬆︎ Upload test results to Codecov
121- if : ${{ !cancelled() }}
122- uses : codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1
120+ - name : ⬆︎ Upload coverage reports to Codecov
121+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
123122 with :
124- token : ${{ secrets.CODECOV_TOKEN }}
123+ report_type : test_results
124+ env :
125+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
125126
126127 - name : ⬆︎ Upload coverage reports to Codecov
127128 uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
You can’t perform that action at this time.
0 commit comments