ci: Add codecov_token to fix codecov issue
This commit is contained in:
parent
d6c5ba0e16
commit
6bcafb1730
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ui-tests.yml
vendored
1
.github/workflows/ui-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue