From a85c458e6f0dc855a755a0a6c9b899b800b0c4c2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Fri, 9 Aug 2024 03:11:17 +0300 Subject: [PATCH] feat: CodeCov --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8746364..d3859d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,3 +47,13 @@ jobs: - name: Linting run: pnpm run lint + + CodeCov: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}