configure codecov

This commit is contained in:
Rene Haas
2022-08-17 11:37:05 +02:00
parent 453f0dfda4
commit 25de691c3e
+2 -2
View File
@@ -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"
files: "**/playwright/coverage*.json"