From 343d1dbd284c3411f804e9c96fef0133d1b56ab5 Mon Sep 17 00:00:00 2001 From: Aakash bhardwaj Date: Sat, 11 Apr 2026 22:30:50 +0530 Subject: [PATCH] fix: updated codecov action setup --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50433c2..f44ed5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,6 @@ jobs: run: npm run test:coverage - name: Upload coverage reports to Codecov - if: matrix.node-version == '20.x' uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }}