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 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"
+2
View File
@@ -0,0 +1,2 @@
codecov: require_ci_to_pass: no;
notify: wait_for_ci: no;