From 3dad0d61f1af564986b87170484b569216329611 Mon Sep 17 00:00:00 2001 From: Marco Comi <9998393+kin0992@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:45:15 +0200 Subject: [PATCH] Add codecov --- .github/workflows/code-review.yml | 8 +++++++- turbo.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index e810664..dcd8526 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -32,4 +32,10 @@ jobs: run: pnpm install - name: Run Code Review - run: pnpm run code-review \ No newline at end of file + run: pnpm run code-review + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: kin0992/gitignoreio \ No newline at end of file diff --git a/turbo.json b/turbo.json index 00a46cf..8d5544e 100644 --- a/turbo.json +++ b/turbo.json @@ -21,7 +21,7 @@ "outputLogs": "errors-only" }, "code-review": { - "dependsOn": ["lint:check", "typecheck", "test"] + "dependsOn": ["lint:check", "typecheck", "test:coverage"] } } }