mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 23:40:37 +03:00
configure codecov
This commit is contained in:
@@ -25,10 +25,11 @@ jobs:
|
|||||||
run: npm run jest
|
run: npm run jest
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
flags: unittests
|
flags: unit
|
||||||
# - name: Run Playwright
|
files: "**\"jest\"coverage-final.json"
|
||||||
# run: npm run playwright
|
- name: Run Playwright
|
||||||
# - uses: codecov/codecov-action@v3
|
run: npm run playwright
|
||||||
# with:
|
- uses: codecov/codecov-action@v3
|
||||||
# files: ./coverage1.xml,./coverage2.xml
|
with:
|
||||||
# flags: uitests
|
flags: ui
|
||||||
|
files: "**\"playwright\"coverage-final.json"
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
codecov: require_ci_to_pass: no;
|
||||||
|
notify: wait_for_ci: no;
|
||||||
Reference in New Issue
Block a user