configure codecov

This commit is contained in:
Rene Haas
2022-08-17 11:34:24 +02:00
parent 8ba80aa087
commit 69d6153607
2 changed files with 10 additions and 7 deletions
+8 -7
View File
@@ -25,10 +25,11 @@ jobs:
run: npm run jest
- uses: codecov/codecov-action@v3
with:
flags: unittests
# - name: Run Playwright
# run: npm run playwright
# - uses: codecov/codecov-action@v3
# with:
# files: ./coverage1.xml,./coverage2.xml
# flags: uitests
flags: unit
files: "**\"jest\"coverage-final.json"
- name: Run Playwright
run: npm run playwright
- uses: codecov/codecov-action@v3
with:
flags: ui
files: "**\"playwright\"coverage-final.json"
+2
View File
@@ -0,0 +1,2 @@
codecov: require_ci_to_pass: no;
notify: wait_for_ci: no;