From 453f0dfda40c28690f511ec3dea1395b06ac78ed Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Wed, 17 Aug 2022 11:36:13 +0200 Subject: [PATCH] configure codecov --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff0b822..309ce90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,10 +26,10 @@ jobs: - uses: codecov/codecov-action@v3 with: flags: unit - files: "**\"jest\"coverage-final.json" + files: "**\jest\coverage-final.json" - name: Run Playwright run: npm run playwright - uses: codecov/codecov-action@v3 with: flags: ui - files: "**\"playwright\"coverage-final.json" \ No newline at end of file + files: "**\playwright\coverage-final.json" \ No newline at end of file