diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93743f7..ff0b822 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + 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" \ No newline at end of file diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..31605b1 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +codecov: require_ci_to_pass: no; +notify: wait_for_ci: no;