From 25de691c3e2951b3a4a9977090a7653c213957cd Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Wed, 17 Aug 2022 11:37:05 +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 309ce90..c749397 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*.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*.json" \ No newline at end of file