From 129aba23783e0afd38669fa012ff5bf856c92627 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Wed, 17 Aug 2022 11:45:18 +0200 Subject: [PATCH] configure codecov --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c749397..231fec5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: with: node-version: '18' - name: Install dependencies - run: npm ci --ignore-scripts + run: npm ci - name: Run Jest run: npm run jest - uses: codecov/codecov-action@v3