From 6bcafb17306f35af2d456723c16f8d6f59d24eef Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 25 Sep 2023 17:12:22 +0530 Subject: [PATCH] ci: Add codecov_token to fix codecov issue --- .github/workflows/ui-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index a0c88dc083..d82d4852b0 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -205,6 +205,7 @@ jobs: uses: codecov/codecov-action@v3 with: name: Cypress + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true files: ./coverage-js-1/clover.xml,./coverage-js-2/clover.xml,./coverage-js-3/clover.xml verbose: true