ci: Add codecov_token to fix codecov issue

This commit is contained in:
Suraj Shetty 2023-09-25 17:12:22 +05:30
parent d6c5ba0e16
commit 6bcafb1730

View file

@ -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