From 90ae870a939ba62282a6ee397ca54552d9232456 Mon Sep 17 00:00:00 2001 From: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:28:39 +0500 Subject: [PATCH] fix: codecov not running on PRs (#1213) --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e493f8d51..253b097e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,4 @@ jobs: run: npm run build - name: Run Code Coverage - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v3