From 6f0aa63d0fa73ff824b03bf91aa2bcbcd9517a87 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 88e7ebd1a5..aef8fbfb71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: uses: codecov/codecov-action@v2.1.0 if: ${{ always() && matrix.nextcloud-versions == 'master' }} with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./nextcloud/apps/mail/tests/clover.unit.xml flags: unittests fail_ci_if_error: true @@ -143,6 +144,7 @@ jobs: uses: codecov/codecov-action@v2.1.0 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