From 192db68e9ba074067b733b0666ef17f8136072b2 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 1 Feb 2024 19:57:04 +0100 Subject: [PATCH] ci: remove codecov action --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fbba045..93c55513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,22 +81,9 @@ jobs: - name: Run tests run: pnpm run test --max-workers ${{ steps.cpu-cores.outputs.count }} - - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage/lcov.info - flags: app - - name: Run packages tests run: pnpm -r test - - name: Upload CLI coverage - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: ./packages/cli/coverage/lcov.info - flags: cli - build: runs-on: ubuntu-latest steps: