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