[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: upload coverage to codecov (#830)

authored by

Daniel Roe and committed by
GitHub
415728e4 a97a7a16

+4 -4
+4 -4
.github/workflows/ci.yml
··· 61 61 - name: 💪 Type check 62 62 run: pnpm test:types 63 63 64 - - name: 🧪 Unit test 65 - run: pnpm test:unit 64 + - name: 🧪 Unit and component tests 65 + run: pnpm vite test run --coverage 66 66 67 - - name: 🏃 Component tests 68 - run: pnpm test:nuxt 67 + - name: Upload coverage reports to Codecov 68 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 69 69 70 70 browser: 71 71 runs-on: ubuntu-latest