From b421a2ae9e7cc7a6818e0ba8ebb0224a63229371 Mon Sep 17 00:00:00 2001 From: Scott Cytacki Date: Fri, 24 May 2024 09:15:36 -0400 Subject: [PATCH] Missed jest coverage upload --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f129bb5..48a6623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,10 @@ jobs: - name: Run Tests run: npm run test:coverage -- --runInBand - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: flags: jest + token: ${{ secrets.CODECOV_TOKEN }} cypress: runs-on: ubuntu-latest strategy: