From 4fb481029096524cbbf6272fe8e50414b7420821 Mon Sep 17 00:00:00 2001 From: Valters Melnalksnis Date: Mon, 31 Oct 2022 18:06:36 +0200 Subject: [PATCH] ci: Use codecov with token to avoid rate-limiting issues https://github.com/codecov/codecov-action/issues/837 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3295125..5e6bf41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,4 +60,5 @@ jobs: if: github.event.schedule == null uses: codecov/codecov-action@v3.1.1 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true