improve types for events, configure codecov add fast test for setup update

This commit is contained in:
Rene Haas
2022-08-18 16:40:07 +02:00
parent 689ae664b6
commit e109c93ce7
12 changed files with 132 additions and 113 deletions
+4 -4
View File
@@ -23,12 +23,12 @@ jobs:
run: npm ci --install-links
- name: Run Jest
run: npm run jest
- 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: unit
files: "**/jest/coverage*.json"
- uses: codecov/codecov-action@v3
with:
flags: ui