configure codecov

This commit is contained in:
Rene Haas
2022-08-18 16:43:36 +02:00
parent e109c93ce7
commit 4b8346da90
+2 -2
View File
@@ -23,12 +23,12 @@ jobs:
run: npm ci --install-links
- name: Run Jest
run: npm run jest
- name: Run Playwright
run: xvfb-run npm run playwright
- uses: codecov/codecov-action@v3
with:
flags: unit
files: "**/jest/coverage*.json"
- name: Run Playwright
run: xvfb-run npm run playwright
- uses: codecov/codecov-action@v3
with:
flags: ui