From 79f2bd04c370b3ee1b17a712b2d8d384a4d7824f Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Fri, 7 Feb 2025 09:46:49 -0600 Subject: [PATCH] chore: added ci codecov upload --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ba1db15..25609a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: npm run test:coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: WatchItDev/watchit-app