[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: show failures for unit/nuxt tests in ci

+2 -2
+2 -2
.github/workflows/ci.yml
··· 84 84 run: pnpm install 85 85 86 86 - name: 🧪 Unit tests 87 - run: pnpm test:unit run --coverage --reporter=junit --outputFile=test-report.junit.xml 87 + run: pnpm test:unit run --coverage --reporter=default --reporter=junit --outputFile=test-report.junit.xml 88 88 89 89 - name: ⬆︎ Upload test results to Codecov 90 90 if: ${{ !cancelled() }} ··· 115 115 run: pnpm playwright install chromium-headless-shell 116 116 117 117 - name: 🧪 Component tests 118 - run: pnpm test:nuxt run --coverage --reporter=junit --outputFile=test-report.junit.xml 118 + run: pnpm test:nuxt run --coverage --reporter=default --reporter=junit --outputFile=test-report.junit.xml 119 119 120 120 - name: ⬆︎ Upload coverage reports to Codecov 121 121 uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5