From 21d14ae3ac10f3f136e68947f442f3853f454943 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Fri, 9 Aug 2024 03:28:52 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e532a4e..f5bbdfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: pnpm install - name: Unit Tests - run: pnpm run test + run: pnpm run test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 @@ -52,9 +52,3 @@ jobs: - name: Linting run: pnpm run lint - - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} -