From 6e364bb4f26ef3255986a686e0ce440718f8e065 Mon Sep 17 00:00:00 2001 From: RomeoCavazza Date: Fri, 26 Jun 2026 23:03:16 +0200 Subject: [PATCH] ci(web): run Vitest coverage in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba5fd87..95c5b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,6 +199,8 @@ jobs: run: npm run format:check --workspace client-web - name: Type check (tsc) run: npm run typecheck --workspace client-web + - name: Unit tests (Vitest coverage) + run: npm run test:coverage --workspace client-web - name: Security audit (npm) run: npm audit --audit-level=high