From 793c4d8d1315c23d2e42ed45c41f56fde19a9b1b Mon Sep 17 00:00:00 2001 From: Achmad Hadi Kurnia Date: Sat, 6 Jul 2024 11:54:07 +0700 Subject: [PATCH] test(action): remove codecov/codecov-action@v4.0.1 job --- .github/workflows/run-tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0f24238..c0118e0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -70,8 +70,3 @@ jobs: - name: Execute tests run: vendor/bin/pest --ci - - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }}