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 }} -