[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: update codecov test report ci upload action

+5 -4
+5 -4
.github/workflows/ci.yml
··· 117 117 - name: 🧪 Component tests 118 118 run: pnpm test:nuxt run --coverage --reporter=junit --outputFile=test-report.junit.xml 119 119 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 123 122 with: 124 - token: ${{ secrets.CODECOV_TOKEN }} 123 + report_type: test_results 124 + env: 125 + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 125 126 126 127 - name: ⬆︎ Upload coverage reports to Codecov 127 128 uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5