From 28827285b947c5066856f6bdff67758e8ccb8815 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Feb 2023 10:46:01 +0100 Subject: [PATCH] ci(code-coverage): Use codecov token to improve CI stability Signed-off-by: Christoph Wurst --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bd7c7a9a0..b65ee68f29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,7 @@ jobs: uses: codecov/codecov-action@v3.1.1 if: ${{ always() && matrix.php-versions == '8.0' }} with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./nextcloud/apps/mail/tests/clover.unit.xml flags: unittests fail_ci_if_error: true @@ -177,6 +178,7 @@ jobs: uses: codecov/codecov-action@v3.1.1 if: ${{ always() && matrix.db == 'mysql' }} with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./nextcloud/apps/mail/tests/clover.integration.xml flags: integrationtests fail_ci_if_error: true