From d319b85cb8674c641f90e6c8149d3b3e9fac0be3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 3 Feb 2026 11:02:29 +0000 Subject: [PATCH] ci: upload coverage to codecov --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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