mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-21 23:30:37 +03:00
configure codecov
This commit is contained in:
@@ -23,12 +23,12 @@ jobs:
|
|||||||
run: npm ci --install-links
|
run: npm ci --install-links
|
||||||
- name: Run Jest
|
- name: Run Jest
|
||||||
run: npm run jest
|
run: npm run jest
|
||||||
- name: Run Playwright
|
|
||||||
run: xvfb-run npm run playwright
|
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
flags: unit
|
flags: unit
|
||||||
files: "**/jest/coverage*.json"
|
files: "**/jest/coverage*.json"
|
||||||
|
- name: Run Playwright
|
||||||
|
run: xvfb-run npm run playwright
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
flags: ui
|
flags: ui
|
||||||
|
|||||||
Reference in New Issue
Block a user