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