diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72527a705..ab6057f40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,11 +61,11 @@ jobs: - name: ๐Ÿ’ช Type check run: pnpm test:types - - name: ๐Ÿงช Unit test - run: pnpm test:unit + - name: ๐Ÿงช Unit and component tests + run: pnpm vite test run --coverage - - name: ๐Ÿƒ Component tests - run: pnpm test:nuxt + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 browser: runs-on: ubuntu-latest