Merge pull request #9847 from nextcloud/ci/allow-codecov-failure

ci: allow coverage upload to fail
This commit is contained in:
Richard Steinmetz 2024-07-13 08:50:06 +02:00 коммит произвёл GitHub
Родитель e44c479b1b e8647a3372
Коммит 662c2a5837
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -50,7 +50,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/mail/tests/clover.unit.xml
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: ${{ !github.event.pull_request.head.repo.fork }}
integration-tests:
runs-on: ubuntu-latest
@ -181,7 +181,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./nextcloud/apps/mail/tests/clover.integration.xml
flags: integrationtests
fail_ci_if_error: true
fail_ci_if_error: ${{ !github.event.pull_request.head.repo.fork }}
frontend-unit-test:
runs-on: ubuntu-latest
name: Front-end unit tests