From 1bde1dfcc4ea04f4f4a8d73cc1e050362502c180 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Fri, 7 Feb 2025 08:42:17 -0600 Subject: [PATCH] chore: added ci codecov upload --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eaaf504..7fecfb8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,12 @@ jobs: - name: Test run: npm run test + + - name: Generate coverage report + run: npm run test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} + slug: WatchItDev/watchit-app