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