From 830d5f170e0933fbd6b50186767653b6ec354b4c Mon Sep 17 00:00:00 2001 From: nicholas-codecov Date: Wed, 29 Nov 2023 09:30:49 -0400 Subject: [PATCH] attempt to upload coverage to codecov --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41d5904b..98e5fc31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,6 +189,11 @@ jobs: - name: Run unit tests run: pnpm run test:unit:ci --maxWorkers=2 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + # fossa: # name: Run Fossa # runs-on: ubuntu-latest